]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141498: Change backoff counter to use prime numbers instead of powers of 2 (GH...
authorMikhail Efimov <efimov.mikhail@gmail.com>
Fri, 21 Nov 2025 17:00:25 +0000 (20:00 +0300)
committerGitHub <noreply@github.com>
Fri, 21 Nov 2025 17:00:25 +0000 (17:00 +0000)
commita3b78a3adecf794dc576404b14ed3f2c8401fdf1
tree8e7f8431431dd5bfe3b287ab9cc2f98cfe524712
parentfb26d9c2ef739cbfdc134da5ab89470511f1f5fd
gh-141498: Change backoff counter to use prime numbers instead of powers of 2 (GH-141591)
Include/internal/pycore_backoff.h
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-15-14-04-35.gh-issue-141589.VfdMDD.rst [new file with mode: 0644]