[issue15477] test_cmath failures on OS X 10.8

Martin v. Löwis report at bugs.python.org
Fri Aug 17 16:03:21 CEST 2012


Martin v. Löwis added the comment:

Without looking into the details of the issue: conditionalizing a work-around on OSX sounds right. On the one hand, it may penalize OSX releases which get it right. OTOH, it's all Apple's fault (IIUC), so they deserve it :-) 

Further, using a build-time check for the OS release is inappropriate, since the binary should work on other releases as well; a run-time check is probably more costly than the work-around.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15477>
_______________________________________


More information about the Python-bugs-list mailing list