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 yselivanov
Recipients asvetlov, vstinner, yselivanov
Date 2018-01-29.18:00:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517248825.02.0.467229070634.issue32707@psf.upfronthosting.co.za>
In-reply-to
Content
> IMHO it's a real bug,

No. HAMT bitmap and array nodes can only store up to 32 pointers, so we use Py_ssize_t & Py_SIZE only because those nodes are PyObject_VAR_HEAD objects.
History
Date User Action Args
2018-01-29 18:00:25yselivanovsetrecipients: + yselivanov, vstinner, asvetlov
2018-01-29 18:00:25yselivanovsetmessageid: <1517248825.02.0.467229070634.issue32707@psf.upfronthosting.co.za>
2018-01-29 18:00:25yselivanovlinkissue32707 messages
2018-01-29 18:00:24yselivanovcreate