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

Etienne Fortin report at bugs.python.org
Wed Jul 29 20:05:06 CEST 2015


Etienne Fortin added the comment:

I suggest the test should use pywin32. The test script could be only:

import pywintypes
dir(pywintypes)

Testing for an attribute that is defined in the DLL would make it pass or fail.

----------

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


More information about the Python-bugs-list mailing list