[issue40609] _tracemalloc: remove pointer_t type

STINNER Victor report at bugs.python.org
Wed May 13 21:12:44 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

I modified _Py_hashtable_t to remove key_size and data_size: keys are now always "void *" and values are now always "void *".

See also bpo-40602: Move Modules/hashtable.h to Include/internal/pycore_hashtable.h.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list