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.15:36:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441381007.35.0.224155704226.issue24999@psf.upfronthosting.co.za>
In-reply-to
Content
> We test that signed long is enough to contain 2 digits. May be it should be written as LONG_MAX >> PyLong_SHIFT >> PyLong_SHIFT.

Ok, but I don't understand "if <operations on integers>". Does it mean "if <operations on integers> != 0"?

Maybe we can use SIZEOF_LONG instead of LONG_MAX?
History
Date User Action Args
2015-09-04 15:36:47vstinnersetrecipients: + vstinner, paul.moore, tim.golden, r.david.murray, zach.ware, serhiy.storchaka, steve.dower
2015-09-04 15:36:47vstinnersetmessageid: <1441381007.35.0.224155704226.issue24999@psf.upfronthosting.co.za>
2015-09-04 15:36:47vstinnerlinkissue24999 messages
2015-09-04 15:36:47vstinnercreate