]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Fix some simple races in instrumentation.c (GH-120118)
authorKen Jin <kenjin@python.org>
Thu, 13 Jun 2024 09:31:21 +0000 (17:31 +0800)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 09:31:21 +0000 (17:31 +0800)
commitb1b61dc4cee43920ef2b08d5ac94ddf08119c507
tree90c67b6062c3e9d2db5c44aef544571217421fdc
parenteebae2c460dabdc70dc0d9b6e189368eb1abb716
gh-117657: Fix some simple races in instrumentation.c (GH-120118)

* stop the world when setting local events
Python/instrumentation.c