]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-93354: Use exponential backoff to avoid excessive specialization attempts...
authorMark Shannon <mark@hotpy.org>
Thu, 30 Jun 2022 21:03:37 +0000 (22:03 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 21:03:37 +0000 (23:03 +0200)
commit113b309f18103343a195f7c53c41763acf295167
tree4c4792ad8d608f454e0895fda41539b546d347b7
parent6c405381918a358a62ce72798dd37c2a3d2a9be2
[3.11] GH-93354: Use exponential backoff to avoid excessive specialization attempts (GH-93355) (GH-93379)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Include/internal/pycore_code.h
Misc/NEWS.d/next/Core and Builtins/2022-05-30-15-35-42.gh-issue-93354.RZk8gs.rst [new file with mode: 0644]
Python/ceval.c
Python/specialize.c