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 python-dev
Recipients adam@NetBSD.org, loewis, mark.dickinson, python-dev, skrah, vstinner
Date 2011-09-19.15:38:18
SpamBayes Score 3.7131158e-05
Marked as misclassified No
Message-id <E1R5fvF-0006nF-OH@dinsdale.python.org>
In-reply-to
Content
New changeset 07efe83795b0 by Mark Dickinson in branch '2.7':
Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang.
http://hg.python.org/cpython/rev/07efe83795b0
History
Date User Action Args
2011-09-19 15:38:19python-devsetrecipients: + python-dev, loewis, mark.dickinson, vstinner, skrah, adam@NetBSD.org
2011-09-19 15:38:18python-devlinkissue12973 messages
2011-09-19 15:38:18python-devcreate