]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-108866: Guarantee forward progress in executors. (GH-113006)
authorMark Shannon <mark@hotpy.org>
Tue, 12 Dec 2023 19:02:24 +0000 (19:02 +0000)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2023 19:02:24 +0000 (19:02 +0000)
commit956023826a393b5704d3414dcd01f1bcbeaeda15
tree733a71e8bdcbb8630c89375bf6bc1d5e51b5b5c4
parent9898e6104171dcdd88b32776e69ca2cddf515e63
GH-108866: Guarantee forward progress in executors. (GH-113006)
Include/cpython/optimizer.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uops.h
Misc/NEWS.d/next/Core and Builtins/2023-12-12-04-53-19.gh-issue-108866.xbJ-9a.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h
Python/optimizer.c