]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-118482)
authorMark Shannon <mark@hotpy.org>
Thu, 2 May 2024 12:10:31 +0000 (13:10 +0100)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 12:10:31 +0000 (13:10 +0100)
commit67bba9dd0f5b9c2d24c2bc6d239c4502040484af
treeefb9ef5019f26b24ffa722fe817a954c3eea0ce8
parentf8e088df2a87f613ee23ea4f6787f87d9196b9de
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-118482)
Include/cpython/optimizer.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer.c
Python/optimizer_cases.c.h
Tools/jit/template.c