This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients belopolsky, ncoghlan
Date 2008-12-03.20:51:35
SpamBayes Score 0.0013321599
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-03 20:51:36ncoghlansetrecipients: + ncoghlan, belopolsky
2008-12-03 20:51:36ncoghlansetmessageid: <[email protected]>
2008-12-03 20:51:35ncoghlanlinkissue4201 messages
2008-12-03 20:51:35ncoghlancreate