]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100227: Lock Around Adding Global Audit Hooks (gh-105515)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 8 Jun 2023 18:38:15 +0000 (12:38 -0600)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 18:38:15 +0000 (18:38 +0000)
commite822a676f1f3bef6c5413e9b856db481c08ac2a5
tree5495fed901962b43f4a68a57ace3317b0067d29e
parent34c63b86d3c33a85acf55a0c5c118304754e145d
gh-100227: Lock Around Adding Global Audit Hooks (gh-105515)

The risk of a race with this state is relatively low, but we play it safe anyway.
Include/internal/pycore_runtime.h
Python/pystate.c
Python/sysmodule.c