]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
authorVictor Stinner <vstinner@python.org>
Thu, 14 May 2020 19:55:47 +0000 (21:55 +0200)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 19:55:47 +0000 (21:55 +0200)
commita482dc500b6ec4889f6a126ba08cbad6c11e37bc
treec12cf1f1598899627c9fa0aed9fa317bceebe0dc
parentf2c3b6823bc4777d4a14eb0c3615b719521f763a
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)

Cleanup also hashtable.c.
Rename _Py_hashtable_t members:

* Rename entries to nentries
* Rename num_buckets to nbuckets
Include/internal/pycore_hashtable.h
Modules/_testinternalcapi.c
Python/hashtable.c
Python/marshal.c