◐ Shell
clean mode source ↗

Message 368812 - Python tracker

Message368812

Author vstinner
Recipients vstinner
Date 2020-05-14.01:12:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589418764.74.0.419119351218.issue40609@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-05-14 01:12:44vstinnersetrecipients: + vstinner
2020-05-14 01:12:44vstinnersetmessageid: <1589418764.74.0.419119351218.issue40609@roundup.psfhosted.org>
2020-05-14 01:12:44vstinnerlinkissue40609 messages
2020-05-14 01:12:44vstinnercreate