STINNER Victor <victor.stin...@gmail.com> added the comment:

Anders Lorentsen: Py_ssize_t is the correct type for an index in the C 
language. It's not technically possible to create an array object larger than 
PY_SSIZE_T_MAX items :-)

Serhiy> Just take list.index as an example.

I concur with Serhiy :-)

----------

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

Reply via email to