[Python-Dev] Problem with inspect and PEP 302 (original) (raw)
Georg Brandl g.brandl at gmx.net
Sun Apr 30 12:13:54 CEST 2006
- Previous message: [Python-Dev] rich comparisions and old-style classes
- Next message: [Python-Dev] Problem with inspect and PEP 302
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] rich comparisions and old-style classes
- Next message: [Python-Dev] Problem with inspect and PEP 302
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]