This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Phaqui, niki.spahiev, rhettinger, serhiy.storchaka, vstinner
Date 2017-11-13.08:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510562040.36.0.213398074469.issue31956@psf.upfronthosting.co.za>
In-reply-to
Content
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 :-)
History
Date User Action Args
2017-11-13 08:34:00vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka, Phaqui, niki.spahiev
2017-11-13 08:34:00vstinnersetmessageid: <1510562040.36.0.213398074469.issue31956@psf.upfronthosting.co.za>
2017-11-13 08:34:00vstinnerlinkissue31956 messages
2017-11-13 08:34:00vstinnercreate