]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154431: Fix data race in `sys.audithook` (GH-154462) (#154477)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jul 2026 12:41:16 +0000 (14:41 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 12:41:16 +0000 (12:41 +0000)
commite9d9fd9c80592631a0378bf22623c549e621c7bc
tree89e723fa5c3cd36cd9e14a8a5551e1d85050de76
parent7676f956e2bf83925f1f6ae3f7b59bc28add805b
[3.15] gh-154431: Fix data race in `sys.audithook` (GH-154462) (#154477)

gh-154431: Fix data race in `sys.audithook` (GH-154462)
(cherry picked from commit 596cd5c5d7b6ada3e50c6499447eb90a065769ad)

Co-authored-by: sobolevn <mail@sobolevn.me>
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