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, georg.brandl, ncoghlan, paul.moore
Date 2012-09-10.13:01:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347282110.88.0.0576769297539.issue15902@psf.upfronthosting.co.za>
In-reply-to
Content
How can you load a C extension without a file path? Are C extensions being inappropriately flagged as built-in modules on Windows? What does imp.find_module() return for the module being checked? I need more debugging info on what imp.find_module() and imp.load_module() returns in 3.2 and 3.3 before I can make a call on where the actual breakage is.
History
Date User Action Args
2012-09-10 13:01:50brett.cannonsetrecipients: + brett.cannon, georg.brandl, paul.moore, ncoghlan
2012-09-10 13:01:50brett.cannonsetmessageid: <1347282110.88.0.0576769297539.issue15902@psf.upfronthosting.co.za>
2012-09-10 13:01:50brett.cannonlinkissue15902 messages
2012-09-10 13:01:50brett.cannoncreate