]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110752: Reset `ceval.eval_breaker` to 0 in `interpreter_clear` (GH-110753)
authorTian Gao <gaogaotiantian@hotmail.com>
Thu, 12 Oct 2023 14:10:21 +0000 (07:10 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 14:10:21 +0000 (15:10 +0100)
commit1e3460d9faaffb35b3c6175c666b1f45aea2c1d8
tree99291e8b24ff7f597bf0279e51024dda4f41fc4a
parentb6000d287407cbccfbb1157dc1fc6128497badc7
gh-110752: Reset `ceval.eval_breaker` to 0 in `interpreter_clear` (GH-110753)
Misc/NEWS.d/next/Core and Builtins/2023-10-12-06-32-25.gh-issue-110752.FYfI0h.rst [new file with mode: 0644]
Python/pystate.c