Message 143985 - Python tracker
Message143985
| 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:50 | adam@NetBSD.org | set | recipients: + adam@NetBSD.org |
| 2011-09-13 19:46:50 | adam@NetBSD.org | set | messageid: <1315943210.06.0.258464290509.issue12973@psf.upfronthosting.co.za> |
| 2011-09-13 19:46:49 | adam@NetBSD.org | link | issue12973 messages |
| 2011-09-13 19:46:49 | adam@NetBSD.org | create | |