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 ned.deily
Recipients brett.cannon, eric.araujo, ned.deily
Date 2012-10-28.02:54:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I can't reproduce this on 10.8 with Apple clang 4.1.  Your compile options look a little funky, including a missing -fwrapv.  It looks like that option and -DNDEBUG are normally passed from ./configure into the Makefile through the OPT variable.  Are you by any chance overriding $OPT?
History
Date User Action Args
2012-10-28 02:54:33ned.deilysetrecipients: + ned.deily, brett.cannon, eric.araujo
2012-10-28 02:54:33ned.deilysetmessageid: <[email protected]>
2012-10-28 02:54:33ned.deilylinkissue16342 messages
2012-10-28 02:54:33ned.deilycreate