[issue24748] Change of behavior for importlib between 3.4 and 3.5 with DLL loading

Nick Coghlan report at bugs.python.org
Sat Aug 29 05:57:30 CEST 2015


Nick Coghlan added the comment:

Given that both pywin32 *and* py2exe have hit this, even if it can't be resolved for 3.5.0, it would be highly desirable to address it for 3.5.1.

It's certainly intended that load_module() keep working as it has previously, rather than forcing people to switch to exec_module() in order to support extensions modules properly on Windows. Aside from general backwards compatibility expectations, there are still some things that load_module() can do that the new PEP 451/489 mechanisms can't handle yet.

----------
nosy: +larry
priority: normal -> deferred blocker

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24748>
_______________________________________


More information about the Python-bugs-list mailing list