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 koobs, vstinner
Date 2017-07-27.14:20:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501165208.42.0.675193650919.issue31044@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmation that minor() truncates high bits:

CURRENT-amd64% ./python -c 'import os; print(hex(os.minor(0xaabbccddff)))'
0xbbcc00ff
History
Date User Action Args
2017-07-27 14:20:08vstinnersetrecipients: + vstinner, koobs
2017-07-27 14:20:08vstinnersetmessageid: <1501165208.42.0.675193650919.issue31044@psf.upfronthosting.co.za>
2017-07-27 14:20:08vstinnerlinkissue31044 messages
2017-07-27 14:20:08vstinnercreate