[issue28059] Windows: test_platform.test_architecture_via_symlink() regression

Steve Dower report at bugs.python.org
Sat Sep 10 15:24:05 EDT 2016


Steve Dower added the comment:

This bug is entirely because _ctypes cannot be found when we launch from the symlink without also setting PYTHONPATH.

I've already removed the import of _ctypes, but I'll also set PYTHONPATH in the test as there's no reason to require only builtins here.

----------

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


More information about the Python-bugs-list mailing list