Petr Viktorin <encu...@gmail.com> added the comment:

No, in Python 2 the PyInt object (`int` in Python 2) always did fit into a C 
long -- that was the underlying storage. If it didn't fit, a PyLong object 
(`long` in Python 2) was used.

Python 3 doesn't have PyInt, it only has PyLong (`int` in Python 3).

----------
nosy: +petr.viktorin

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

Reply via email to