[issue17751] ctypes/test/test_macholib.py fails when run from the installed location

2015-04-13 Thread Marin Dantchev
Marin Dantchev added the comment: This appears to have been fixed in ef491d76ac70. -- nosy: +morkov ___ Python tracker <http://bugs.python.org/issue17751> ___ ___

[issue17751] ctypes/test/test_macholib.py fails when run from the installed location

2015-04-13 Thread Marin Dantchev
Marin Dantchev added the comment: @Zachary: Wrong paste. Correct change is Lib\ctypes\test\test_macholib.py@91160:6f63fff5c120, which makes the test only run on OSX. -- ___ Python tracker <http://bugs.python.org/issue17

[issue17751] ctypes/test/test_macholib.py fails when run from the installed location

2015-04-14 Thread Marin Dantchev
Marin Dantchev added the comment: @Zachary - while that is doable, ctypes.macholib.dyld seems to be available in the dev version of 3.5. >>> import ctypes.macholib.dyld >>> ctypes.macholib.dyld.__file__ '/home/morkov/dev/cpython/Lib/ctypes/macholib/dyld.py' >>