[issue32707] Python/hamt.c warnings

Yury Selivanov report at bugs.python.org
Mon Jan 29 13:00:25 EST 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

> 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.

----------
stage: patch review -> 

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32707>
_______________________________________


More information about the Python-bugs-list mailing list