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 Arfrever, brett.cannon, eric.snow, larry, ncoghlan
Date 2013-12-14.23:54:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387065301.08.0.479790742299.issue19700@psf.upfronthosting.co.za>
In-reply-to
Content
I added some unit tests for the interactions between runpy and namespace packages, which showed that I was doing the check for __main__ submodules and the check for "no loader" in the wrong order.

Last missing piece is to ensure that __spec__ is being populated appropriately, then I'll check this in.
History
Date User Action Args
2013-12-14 23:55:01ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, Arfrever, eric.snow
2013-12-14 23:55:01ncoghlansetmessageid: <1387065301.08.0.479790742299.issue19700@psf.upfronthosting.co.za>
2013-12-14 23:55:01ncoghlanlinkissue19700 messages
2013-12-14 23:55:00ncoghlancreate