Message306150
| 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:00 | vstinner | set | recipients: + vstinner, rhettinger, serhiy.storchaka, Phaqui, niki.spahiev |
| 2017-11-13 08:34:00 | vstinner | set | messageid: <1510562040.36.0.213398074469.issue31956@psf.upfronthosting.co.za> |
| 2017-11-13 08:34:00 | vstinner | link | issue31956 messages |
| 2017-11-13 08:34:00 | vstinner | create | |