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 James Salter
Recipients James Salter, brett.cannon, ebfortin, eric.snow, ncoghlan, paul.moore, petr.viktorin, steve.dower, tim.golden, zach.ware
Date 2015-08-28.13:19:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440767995.07.0.645555261926.issue24748@psf.upfronthosting.co.za>
In-reply-to
Content
This also affects py2exe, which dynamically generates stub .pyc loaders inside a ZIP which then load .pyd modules outside the ZIP with the same name.

Windows 8, x64, visual studio 2015 enterprise.

It is simple enough to work around by doing a del sys.modules[modname] prior to the load_dynamic call, but obviously this goes against the documented behaviour.
History
Date User Action Args
2015-08-28 13:19:55James Saltersetrecipients: + James Salter, brett.cannon, paul.moore, ncoghlan, tim.golden, petr.viktorin, eric.snow, zach.ware, steve.dower, ebfortin
2015-08-28 13:19:55James Saltersetmessageid: <1440767995.07.0.645555261926.issue24748@psf.upfronthosting.co.za>
2015-08-28 13:19:55James Salterlinkissue24748 messages
2015-08-28 13:19:54James Saltercreate