]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Aug 2022 09:12:42 +0000 (02:12 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Aug 2022 09:12:42 +0000 (02:12 -0700)
commit3ea0beb3599f734bb9387a526dccd5768ad6b1a9
tree55b8ee7e26d9a0659ba14c84b97100a17c6399b4
parent98622fa00e0f9d6c20ddb1ff62534e5aa2f16e25
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)

(cherry picked from commit 53e6a9a7254bdcd0538580ba7d799cd453e2dca5)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Core and Builtins/2022-08-18-13-47-59.gh-issue-96046.5Hqbka.rst [new file with mode: 0644]
Objects/typeobject.c