Zachary Ware added the comment:

Ahh.  Not quite, though; that change just changed the way unittest reports the 
results on non-Mac platforms.  The problem is actually here:

https://hg.python.org/cpython/file/default/Lib/ctypes/test/test_macholib.py#l34

We need a patch to try that import instead of doing it unconditionally, and 
adjust the existing skip decorator to check whether the import succeeded.

----------

_______________________________________
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