This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients BreamoreBoy, doko, ezio.melotti, michael.foord, morkov, pitrou, zach.ware
Date 2015-04-13.17:27:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428946057.23.0.950785791866.issue17751@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-04-13 17:27:37zach.waresetrecipients: + zach.ware, doko, pitrou, ezio.melotti, michael.foord, BreamoreBoy, morkov
2015-04-13 17:27:37zach.waresetmessageid: <1428946057.23.0.950785791866.issue17751@psf.upfronthosting.co.za>
2015-04-13 17:27:37zach.warelinkissue17751 messages
2015-04-13 17:27:37zach.warecreate