[issue4201] Pdb cannot access source code in zipped packages.

Nick Coghlan report at bugs.python.org
Wed Dec 3 21:51:36 CET 2008


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Just to confirm - this is specific to __main__.py right?

The problem is actually with runpy not being able to set __file__
correctly, rather than being pdb specific.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4201>
_______________________________________


More information about the Python-bugs-list mailing list