[Python-Dev] Problem with inspect and PEP 302

Georg Brandl g.brandl at gmx.net
Sun Apr 30 12:13:54 CEST 2006


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.

Georg



More information about the Python-Dev mailing list