]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 May 2025 07:34:15 +0000 (09:34 +0200)
committerGitHub <noreply@github.com>
Sun, 11 May 2025 07:34:15 +0000 (16:34 +0900)
commit5c9f0ae49d7936b237de96928e263b5bcbd746bb
tree4420b2d458987306f131cbdcc70b46a879d251d6
parent2b761d1122b3b003457c5eff5db851691041bc6d
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)

(cherry picked from commit 92337f666e8a076a68305a8d6dc8bc9c095000e9)
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Lib/test/test_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-10-17-12-27.gh-issue-133703.bVM-re.rst [new file with mode: 0644]
Objects/dictobject.c