Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment:

Python floats have 53 bits of precision, so ints larger than 2**53 will lose 
their lower bits (assumed to be 0) when converted.

----------
nosy: +mrabarnett
resolution:  -> not a bug

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

Reply via email to