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'
>>> from ctypes.macholib.dyld import dyld_find
>>> dyld_find
<function dyld_find at 0x7fc36c558560>

The test itself is skipped correctly if I run on Linux.

/home/morkov/dev/cpython/python ./Lib/ctypes/test/test_macholib.py
s
----------------------------------------------------------------------
Ran 1 test in 0.001s

OK (skipped=1)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17751>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to