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 martin.panter
Recipients Arfrever, brett.cannon, martin.panter, pitrou, python-dev, vstinner
Date 2014-10-10.13:44:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412948666.03.0.178651373244.issue19421@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, the python-dev thread about blocking imports is at <https://mail.python.org/pipermail/python-dev/2013-October/129907.html>. It sounded like the conclusion was that there shouldn’t be a problem importing a module at finalization.

I am investigating Issue 21049, and finding sys.meta_path is set to None at finalization, which is not handled well by the import code.
History
Date User Action Args
2014-10-10 13:44:26martin.pantersetrecipients: + martin.panter, brett.cannon, pitrou, vstinner, Arfrever, python-dev
2014-10-10 13:44:26martin.pantersetmessageid: <1412948666.03.0.178651373244.issue19421@psf.upfronthosting.co.za>
2014-10-10 13:44:26martin.panterlinkissue19421 messages
2014-10-10 13:44:25martin.pantercreate