Marin Dantchev added the comment:
This appears to have been fixed in ef491d76ac70.
--
nosy: +morkov
___
Python tracker
<http://bugs.python.org/issue17751>
___
___
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
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'
>>