Antoine Pitrou <pit...@free.fr> added the comment:

Instead of requiring bit_length(), couldn't you simply compare self to 
2**(bits-1) (for to_unsigned) and 2**bits (for to_signed)?

----------
nosy: +pitrou

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

Reply via email to