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 zach.ware
Recipients paul.moore, r.david.murray, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-09-04.16:23:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441383837.72.0.498450046569.issue24999@psf.upfronthosting.co.za>
In-reply-to
Content
Replacing the two instances of "LONG_MAX >> 2*PyLong_SHIFT" with "SIZEOF_LONG*CHAR_BIT-1 >= 2*PyLong_SHIFT" fixes the warnings, but does nothing for test_re.
History
Date User Action Args
2015-09-04 16:23:57zach.waresetrecipients: + zach.ware, paul.moore, vstinner, tim.golden, r.david.murray, serhiy.storchaka, steve.dower
2015-09-04 16:23:57zach.waresetmessageid: <1441383837.72.0.498450046569.issue24999@psf.upfronthosting.co.za>
2015-09-04 16:23:57zach.warelinkissue24999 messages
2015-09-04 16:23:57zach.warecreate