]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107082: Fix instruction size computation for ENTER_EXECUTOR (#107256)
authorGuido van Rossum <guido@python.org>
Tue, 25 Jul 2023 20:01:02 +0000 (13:01 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Jul 2023 20:01:02 +0000 (20:01 +0000)
commit233b8782886939176982a90f563d552757cbf34e
tree8dd9337b86e8970f951461c31cc6212503aeac68
parent698b01513550798886add5e06a1c3f9a89d7dfc6
gh-107082: Fix instruction size computation for ENTER_EXECUTOR (#107256)

Co-authored-by: Victor Stinner <vstinner@python.org>
Python/instrumentation.c