[Python-Dev] Problem with inspect and PEP 302 (original) (raw)
Phillip J. Eby pje at telecommunity.com
Sun Apr 30 21:00:15 CEST 2006
- Previous message: [Python-Dev] Problem with inspect and PEP 302
- Next message: [Python-Dev] More on contextlib - adding back a contextmanager decorator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 '' and '' filenames were producing an infinite regress. I've checked in a fix.
- Previous message: [Python-Dev] Problem with inspect and PEP 302
- Next message: [Python-Dev] More on contextlib - adding back a contextmanager decorator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]