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, metolone, ncoghlan
Date 2012-08-31.12:55:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346417739.78.0.604943131381.issue15828@psf.upfronthosting.co.za>
In-reply-to
Content
Patch adds test case and fix (there was simply a missing entry for C_EXTENSION/load_dynamic in the load_module if-elif chain).

Also moves an imp module test from test_import to test_imp (it's the test I used as a guide to check I wasn't missing anything obvious when writing the new one).
History
Date User Action Args
2012-08-31 12:55:40ncoghlansetrecipients: + ncoghlan, brett.cannon, metolone
2012-08-31 12:55:39ncoghlansetmessageid: <1346417739.78.0.604943131381.issue15828@psf.upfronthosting.co.za>
2012-08-31 12:55:39ncoghlanlinkissue15828 messages
2012-08-31 12:55:39ncoghlancreate