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 vstinner
Recipients paul.moore, r.david.murray, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-09-04.16:22:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441383745.44.0.389306496813.issue24999@psf.upfronthosting.co.za>
In-reply-to
Content
> The condition is equivalent to SIZEOF_LONG*CHAR_BIT-1 >= 2*PyLong_SHIFT on binary computers with two-complementarn two's-complement integers. But current form looks more natural to me.

Oh by the way: I have no idea if the test_re crash is related to this warning :-) I don't plan to install ICC to reproduce the issue.
History
Date User Action Args
2015-09-04 16:22:25vstinnersetrecipients: + vstinner, paul.moore, tim.golden, r.david.murray, zach.ware, serhiy.storchaka, steve.dower
2015-09-04 16:22:25vstinnersetmessageid: <1441383745.44.0.389306496813.issue24999@psf.upfronthosting.co.za>
2015-09-04 16:22:25vstinnerlinkissue24999 messages
2015-09-04 16:22:25vstinnercreate