]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
authorMark Shannon <mark@hotpy.org>
Thu, 9 Nov 2023 11:19:51 +0000 (11:19 +0000)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2023 11:19:51 +0000 (11:19 +0000)
commit25c49564880e6868e4c76602f9f1650f0bc71c75
tree4708ad2263b88f3a37cf5f057976aaf5d06f9b43
parent6046aec377311efb89c4438f7cf412e2c6568ba1
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Include/internal/pycore_opcode_metadata.h
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core and Builtins/2023-11-03-22-48-29.gh-issue-109369.ELYaxJ.rst [new file with mode: 0644]
Python/abstract_interp_cases.c.h
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/optimizer.c
Python/optimizer_analysis.c
Tools/cases_generator/analysis.py
Tools/cases_generator/flags.py