STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue40609>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to