[issue31555] Windows pyd slower when not loaded via load_dynamic

Safihre report at bugs.python.org
Sat Sep 30 01:25:42 EDT 2017


Safihre <safihre at sabnzbd.org> added the comment:

No, the difference is not wheel vs setuptools. They both generate the identical pyd file. 
The difference is python: if the module is loaded by just being available on the path or if the module is loaded via  imp.load_dynamic

I understand if it's closed because it's not python 3, but it's not external tool related.

----------
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31555>
_______________________________________


More information about the Python-bugs-list mailing list