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 isandler
Recipients
Date 2006-05-17.01:11:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=971153

Another iteration of the patch

Now __main__ namespace is explicitly initialized before the
program (re)starts. The new patch should both support
imports from __main__ AND separate program's and pdb's
namespaces..

As a side effect, __file__ will now be set correctly in the
main program
History
Date User Action Args
2007-08-23 15:45:40adminlinkissue1429539 messages
2007-08-23 15:45:40admincreate