]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Jun 2020 08:01:48 +0000 (01:01 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 08:01:48 +0000 (01:01 -0700)
commitf19ed6b0c77ba3bdaa1d8c304a61f2fa90b5d6ac
tree7eac26165dbb1687a2d8879b2dfec251dc63c4eb
parent9fe5decf5f38ae247f4f354dee27e4bfbe8bc5f8
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 4901ea952691ad70aae21cfe04b6bd363b5a6aff)

Co-authored-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