]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154431: Revert "gh-154431: Fix data race in `sys.audithook` (#154462)" (GH-154769)
authorPetr Viktorin <encukou@gmail.com>
Mon, 27 Jul 2026 14:00:20 +0000 (16:00 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2026 14:00:20 +0000 (16:00 +0200)
commitc7b9a13a7528342fdac47a2121248f0b989131e5
treed6abf734d1add185aba9573eb77c653f12f7b7e4
parent7961bbf2bbbd96679eba89419c34128481b9b0ff
gh-154431: Revert "gh-154431: Fix data race in `sys.audithook` (#154462)" (GH-154769)

This commit caused a refleak.

This reverts commit 596cd5c5d7b6ada3e50c6499447eb90a065769ad.
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 [deleted file]
Python/pystate.c
Python/sysmodule.c