]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120198: Fix race condition when editing __class__ with an audit hook active (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Jun 2024 19:35:49 +0000 (21:35 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 19:35:49 +0000 (19:35 +0000)
commita6c4080aaa646d8d3a0e54a6de7557b230c09341
tree648cb1cab21e45ee108d4dd6d135b5d7576bb28e
parentf5289c450a324bd560b328ecd42ac9faf578276e
gh-120198: Fix race condition when editing __class__ with an audit hook active (GH-120195)

(cherry picked from commit 203565b2f9c74656ba519780049b46d4e5afcba1)

Co-authored-by: Ken Jin <kenjin@python.org>
Lib/test/test_free_threading/test_type.py
Lib/test/test_super.py
Misc/NEWS.d/next/Core and Builtins/2024-06-10-15-07-16.gh-issue-120198.WW_pjO.rst [new file with mode: 0644]
Objects/typeobject.c