Lucas Morales added the comment:

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.

----------
nosy: +lucasem

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27623>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to