]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-111843: Tier 2 exponential backoff (GH-111850)
authorMark Shannon <mark@hotpy.org>
Thu, 9 Nov 2023 13:49:51 +0000 (13:49 +0000)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2023 13:49:51 +0000 (13:49 +0000)
commit34a03e951b027902d993c7066ba8e6b7e92cb2a9
tree3a25738c13185ea521b0e8bad09e0ee2eda660a7
parent25c49564880e6868e4c76602f9f1650f0bc71c75
GH-111843: Tier 2 exponential backoff (GH-111850)
Include/cpython/optimizer.h
Misc/NEWS.d/next/Core and Builtins/2023-11-05-06-40-35.gh-issue-111843.c045cB.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h
Python/optimizer.c