]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117657: Fix some simple races in instrumentation.c (GH-120118) (#120444)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Jun 2024 10:23:19 +0000 (12:23 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 10:23:19 +0000 (18:23 +0800)
commit17188270b6e6671ab721235745ad9f3ab0a7a8d8
tree32e6f9669475b54f887a4bf7f18dd29a2458fe4f
parent3067c62a34eb0a99a01af3e9edaaf082fb7fa0a2
[3.13] gh-117657: Fix some simple races in instrumentation.c (GH-120118) (#120444)

gh-117657: Fix some simple races in instrumentation.c (GH-120118)

* stop the world when setting local events
(cherry picked from commit b1b61dc4cee43920ef2b08d5ac94ddf08119c507)

Co-authored-by: Ken Jin <kenjin@python.org>
Python/instrumentation.c