]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154431: Fix data race in `sys.audithook` (#154462)
authorsobolevn <mail@sobolevn.me>
Wed, 22 Jul 2026 12:09:20 +0000 (15:09 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 12:09:20 +0000 (14:09 +0200)
commit596cd5c5d7b6ada3e50c6499447eb90a065769ad
tree6e09be6b18dadafb3c4062ab2cbf72bed42a70f4
parentf195b2e3edec8f770abdd013906379bf49176a5b
gh-154431: Fix data race in `sys.audithook` (#154462)
Include/internal/pycore_interp_structs.h
Lib/test/test_free_threading/test_sys.py
Misc/NEWS.d/next/Library/2026-07-22-12-42-53.gh-issue-154431.U2kXXZ.rst [new file with mode: 0644]
Python/pystate.c
Python/sysmodule.c