[issue1980] pdb losing __file__

Christian Heimes report at bugs.python.org
Thu Jan 31 14:30:57 CET 2008


Christian Heimes added the comment:

The issue is already fixed in the 2.5 and 2.6. 2.5.2 is going to be
released in a couple of weeks.

$ python2.5 test.py
> /home/heimes/dev/python/trunk/test.py(4)<module>()
-> print __file__
(Pdb) n
test.py
--Return--
> /home/heimes/dev/python/trunk/test.py(4)<module>()->None
-> print __file__
(Pdb) n

----------
nosy: +tiran
resolution:  -> out of date
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1980>
__________________________________


More information about the Python-bugs-list mailing list