]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-143189: fix insertdict() for non-Unicode key (GH-143285) (#143772)
authorInada Naoki <songofacandy@gmail.com>
Tue, 13 Jan 2026 10:12:38 +0000 (19:12 +0900)
committerGitHub <noreply@github.com>
Tue, 13 Jan 2026 10:12:38 +0000 (10:12 +0000)
commitb739bd1d4251368be9a2269290a0019eff9ee866
tree4ec4ac8bb99e15b605b8c6905f721a693fc6474d
parent92d80c60678d6d9057333c767b35c6d3f2870173
[3.13] gh-143189: fix insertdict() for non-Unicode key (GH-143285) (#143772)
Lib/test/test_dict.py
Misc/NEWS.d/next/Core and Builtins/2025-12-30-06-48-48.gh-issue-143189.in_sv2.rst [new file with mode: 0644]
Objects/dictobject.c