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 brett.cannon, ncoghlan
Date 2009-04-11.14:25:16
SpamBayes Score 3.6978314e-09
Marked as misclassified No
Message-id <1239459918.2.0.609238207934.issue5354@psf.upfronthosting.co.za>
In-reply-to
Content
Ended up going for a slightly more general name "import_fresh_module".
Reason being, test_warnings *also* wanted a fresh version of the
accelerated module along with a pure Python version - it seemed silly to
only factor out half of the problem into a support function, when the
support function could handle both tasks fairly easily.

So I implemented a version of the fresh import function that blocks no
extension modules by default, but still accepts a list of names to be
disabled during the import.
History
Date User Action Args
2009-04-11 14:25:18ncoghlansetrecipients: + ncoghlan, brett.cannon
2009-04-11 14:25:18ncoghlansetmessageid: <1239459918.2.0.609238207934.issue5354@psf.upfronthosting.co.za>
2009-04-11 14:25:17ncoghlanlinkissue5354 messages
2009-04-11 14:25:16ncoghlancreate