]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
authorInada Naoki <songofacandy@gmail.com>
Sun, 11 May 2025 05:44:21 +0000 (14:44 +0900)
committerGitHub <noreply@github.com>
Sun, 11 May 2025 05:44:21 +0000 (14:44 +0900)
commit92337f666e8a076a68305a8d6dc8bc9c095000e9
tree023ab649210275a900a2a5644c19a990c1512720
parent878e0fb8b43de62449b6d7974fb503498e1c0cf7
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
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