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 adam@NetBSD.org
Recipients adam@NetBSD.org
Date 2011-09-13.19:46:49
SpamBayes Score 5.49786e-05
Marked as misclassified No
Message-id <1315943210.06.0.258464290509.issue12973@psf.upfronthosting.co.za>
In-reply-to
Content
int_pow() (from Objects/intobject.c) shows incorrect results when Python is compiled with Clang (llvm.org); long story short: int_pow() function should use 'unsigned long' type instead of 'long' or some code gets optimised out.

Please, refer to this bug report to find out the details:
http://llvm.org/bugs/show_bug.cgi?id=10923
History
Date User Action Args
2011-09-13 19:46:50adam@NetBSD.orgsetrecipients: + adam@NetBSD.org
2011-09-13 19:46:50adam@NetBSD.orgsetmessageid: <1315943210.06.0.258464290509.issue12973@psf.upfronthosting.co.za>
2011-09-13 19:46:49adam@NetBSD.orglinkissue12973 messages
2011-09-13 19:46:49adam@NetBSD.orgcreate