At 12:13 PM 4/30/2006 +0200, Georg Brandl wrote: >Recently, the inspect module was updated to conform with PEP 302. > >Now this is broken: > > >>> import inspect > >>> inspect.stack() > >The traceback shows clearly what's going on. However, I don't know how >to resolve the problem.
The problem as that '<string>' and '<stdin>' filenames were producing an infinite regress. I've checked in a fix. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com