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 mark.dickinson
Recipients adam@NetBSD.org, loewis, mark.dickinson, skrah, vstinner
Date 2011-09-14.19:17:54
SpamBayes Score 0.0006657415
Marked as misclassified No
Message-id <1316027875.09.0.0507152865398.issue12973@psf.upfronthosting.co.za>
In-reply-to
Content
I've got Clang from MacPorts, on OS X 10.6.8.

iwasawa:cpython mdickinson$ clang --version
clang version 2.9 (tags/RELEASE_29/final)
Target: x86_64-apple-darwin10
Thread model: posix

Without the patch (and before the -fwrapv inclusion), I get the following failures:

20 tests failed:
    test_array test_builtin test_bytes test_ctypes test_float
    test_fractions test_getargs2 test_index test_int test_itertools
    test_list test_long test_long_future test_math test_random test_re
    test_strtod test_tokenize test_types test_xrange

... and also test_decimal, which I had to delete because the failure caused the test run to hang.

With the patch, only test_ctypes is failing, for reasons that I presume are unrelated to int_pow.
History
Date User Action Args
2011-09-14 19:17:55mark.dickinsonsetrecipients: + mark.dickinson, loewis, vstinner, skrah, adam@NetBSD.org
2011-09-14 19:17:55mark.dickinsonsetmessageid: <1316027875.09.0.0507152865398.issue12973@psf.upfronthosting.co.za>
2011-09-14 19:17:54mark.dickinsonlinkissue12973 messages
2011-09-14 19:17:54mark.dickinsoncreate