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 brett.cannon
Recipients brett.cannon, eric.snow, ncoghlan, pitrou
Date 2014-03-24.19:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395689756.57.0.187284645857.issue21052@psf.upfronthosting.co.za>
In-reply-to
Content
It's a simple `if not sys.meta_path` check so it doesn't differentiate. But that's actually a good point about it being None in this case due to the shutdown; if the check changed to `if sys.meta_path is not None and len(sys.meta_path) == 0` then that should skip the shutdown issue while keeping the warning around.

Definitely going to be one of those instances where the tests are going to be more troublesome than the fix. =)
History
Date User Action Args
2014-03-24 19:35:56brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, eric.snow
2014-03-24 19:35:56brett.cannonsetmessageid: <1395689756.57.0.187284645857.issue21052@psf.upfronthosting.co.za>
2014-03-24 19:35:56brett.cannonlinkissue21052 messages
2014-03-24 19:35:56brett.cannoncreate