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 rhettinger, serhiy.storchaka, vstinner
Date 2015-02-20.10:33:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424428439.85.0.0898524666348.issue23488@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, by the way, using 32 bits unsigned integers would avoid all the "& 0xffffffff" everywhere.
History
Date User Action Args
2015-02-20 10:33:59vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka
2015-02-20 10:33:59vstinnersetmessageid: <1424428439.85.0.0898524666348.issue23488@psf.upfronthosting.co.za>
2015-02-20 10:33:59vstinnerlinkissue23488 messages
2015-02-20 10:33:59vstinnercreate