]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115735: Fix current executor NULL before _START_EXECUTOR (#115736)
authorKen Jin <kenjin@python.org>
Tue, 20 Feb 2024 18:47:05 +0000 (02:47 +0800)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 18:47:05 +0000 (18:47 +0000)
commit7a8c3ed43abb4b7a18e7a271aaee3ca69c0d83bc
tree151f4278e00fd265d7a3acc11cd2c9708d524ac3
parente3ad6ca56f9b49db0694f432a870f907a8039f79
gh-115735: Fix current executor NULL before _START_EXECUTOR (#115736)

This fixes level 3 or higher lltrace debug output `--with-pydebug` runs.
Python/ceval.c