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 ncoghlan
Date 2011-12-21.14:32:54
SpamBayes Score 0.015824694
Marked as misclassified No
Message-id <1324477975.07.0.967718473118.issue13646@psf.upfronthosting.co.za>
In-reply-to
Content
(Actually the latter isn't true - the __main__ bypass handles that case. Since none of the code gets executed in the child process, it doesn't generally matter that __package__ isn't set properly)
History
Date User Action Args
2011-12-21 14:32:55ncoghlansetrecipients: + ncoghlan
2011-12-21 14:32:55ncoghlansetmessageid: <1324477975.07.0.967718473118.issue13646@psf.upfronthosting.co.za>
2011-12-21 14:32:54ncoghlanlinkissue13646 messages
2011-12-21 14:32:54ncoghlancreate