]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
authorChristian Heimes <christian@python.org>
Mon, 22 Jun 2020 07:41:48 +0000 (09:41 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 07:41:48 +0000 (00:41 -0700)
commit4901ea952691ad70aae21cfe04b6bd363b5a6aff
tree8706caa4e440749ec5e5973559fe7ebac5b7da44
parentd780fa7931d8ce94994827232d7cca79b0be3bf1
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)

Signed-off-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Core and Builtins/2020-06-21-10-54-02.bpo-41061.AHf9MU.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Python/hashtable.c