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 lucasem
Recipients lucasem, socketpair
Date 2016-07-28.00:47:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469666875.89.0.431049078074.issue27623@psf.upfronthosting.co.za>
In-reply-to
Content
This is actually a problem in Objects/longobject.c, in the _PyLong_AsByteArray function. It should have given an overflow error, because -1 cannot be encoded in 0 bytes.
History
Date User Action Args
2016-07-28 00:47:56lucasemsetrecipients: + lucasem, socketpair
2016-07-28 00:47:55lucasemsetmessageid: <1469666875.89.0.431049078074.issue27623@psf.upfronthosting.co.za>
2016-07-28 00:47:55lucasemlinkissue27623 messages
2016-07-28 00:47:55lucasemcreate