diff options
author | Mark Shannon <mark@hotpy.org> | 2023-11-09 13:49:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 13:49:51 (GMT) |
commit | 34a03e951b027902d993c7066ba8e6b7e92cb2a9 (patch) | |
tree | 3a25738c13185ea521b0e8bad09e0ee2eda660a7 /Misc | |
parent | 25c49564880e6868e4c76602f9f1650f0bc71c75 (diff) | |
download | cpython-34a03e951b027902d993c7066ba8e6b7e92cb2a9.zip cpython-34a03e951b027902d993c7066ba8e6b7e92cb2a9.tar.gz cpython-34a03e951b027902d993c7066ba8e6b7e92cb2a9.tar.bz2 |
GH-111843: Tier 2 exponential backoff (GH-111850)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-11-05-06-40-35.gh-issue-111843.c045cB.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-11-05-06-40-35.gh-issue-111843.c045cB.rst b/Misc/NEWS.d/next/Core and Builtins/2023-11-05-06-40-35.gh-issue-111843.c045cB.rst new file mode 100644 index 0000000..280f8f9 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-11-05-06-40-35.gh-issue-111843.c045cB.rst @@ -0,0 +1,2 @@ +Use exponential backoff to reduce the number of failed tier 2 optimization +attempts by over 99%. |