[issue13370] test_ctypes fails on osx 10.7

Ezra Berch report at bugs.python.org
Mon Feb 6 01:32:13 CET 2012


Ezra Berch <ezraberch at mac.com> added the comment:

The reason for this issue appears to be a bug in the clang optimizer. This is why it only shows up with debug disabled. When I compile with -O0 instead of -O3, the test passes.

This issue from the clang tracker may be the same issue:
http://llvm.org/bugs/show_bug.cgi?id=9524

----------
nosy: +ezberch

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


More information about the Python-bugs-list mailing list