]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120198: Fix race condition when editing __class__ with an audit hook active (GH...
authorKen Jin <kenjin@python.org>
Tue, 11 Jun 2024 19:10:23 +0000 (03:10 +0800)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 19:10:23 +0000 (20:10 +0100)
commit203565b2f9c74656ba519780049b46d4e5afcba1
tree009a4eadfbdfe04f89628880010860a67125441c
parent939c201e00943c6dc2d515185168c30606ae522c
gh-120198: Fix race condition when editing __class__ with an audit hook active (GH-120195)
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