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 Phaqui
Recipients Phaqui, abarry, lucasem, mark.dickinson, martin.panter, serhiy.storchaka, socketpair
Date 2016-07-28.16:17:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469722647.49.0.665426564443.issue27623@psf.upfronthosting.co.za>
In-reply-to
Content
So, am I to understand that the only corner case we should fix is that
>>> (-1).to_bytes(0, 'big', signed=True)
should raise an overflow error (currently it returns  b'') ?
History
Date User Action Args
2016-07-28 16:17:27Phaquisetrecipients: + Phaqui, mark.dickinson, socketpair, martin.panter, serhiy.storchaka, abarry, lucasem
2016-07-28 16:17:27Phaquisetmessageid: <1469722647.49.0.665426564443.issue27623@psf.upfronthosting.co.za>
2016-07-28 16:17:27Phaquilinkissue27623 messages
2016-07-28 16:17:27Phaquicreate