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 paul.moore
Recipients brett.cannon, georg.brandl, ncoghlan, paul.moore
Date 2012-09-10.12:04:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347278689.78.0.295593798435.issue15902@psf.upfronthosting.co.za>
In-reply-to
Content
imp.load_module appears to have a regression - the file argument is not allowed to be None when loading a C_EXTENSION. The pywin32 post-install script for version 217 calls imp.load_module for a C extension with file=None, so presumably this worked in earlier versions.

Note that apparently pywin32 tip no longer calls load_module in this way, and load_module is marked as deprecated in the documentation, so it is not clear if this issue actually needs fixing.

See #15828 for some background.
History
Date User Action Args
2012-09-10 12:04:49paul.mooresetrecipients: + paul.moore, brett.cannon, georg.brandl, ncoghlan
2012-09-10 12:04:49paul.mooresetmessageid: <1347278689.78.0.295593798435.issue15902@psf.upfronthosting.co.za>
2012-09-10 12:04:49paul.moorelinkissue15902 messages
2012-09-10 12:04:49paul.moorecreate