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 vstinner
Recipients brett.cannon, pitrou, python-dev, vstinner
Date 2013-10-28.18:46:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382985998.14.0.622882477701.issue19421@psf.upfronthosting.co.za>
In-reply-to
Content
+            PyErr_SetString(PyExc_ImportError, "__import__ blocked Python finalization");

Oops, I forgot "during" word before Python finalization. "import" is maybe less surprising than "__import__".
History
Date User Action Args
2013-10-28 18:46:38vstinnersetrecipients: + vstinner, brett.cannon, pitrou, python-dev
2013-10-28 18:46:38vstinnersetmessageid: <1382985998.14.0.622882477701.issue19421@psf.upfronthosting.co.za>
2013-10-28 18:46:38vstinnerlinkissue19421 messages
2013-10-28 18:46:38vstinnercreate