]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
authorChristian Heimes <christian@python.org>
Mon, 22 Aug 2022 05:24:03 +0000 (07:24 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Aug 2022 05:24:03 +0000 (22:24 -0700)
commit53e6a9a7254bdcd0538580ba7d799cd453e2dca5
tree4f0d59c00859637c6b16159559545f38f7f342a5
parentd8c7a1174cc182668085b10aab4049f6a2794c2f
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
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