]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143189: fix insertdict() for non-Unicode key (#143285)
authorInada Naoki <songofacandy@gmail.com>
Mon, 12 Jan 2026 11:21:23 +0000 (20:21 +0900)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 11:21:23 +0000 (13:21 +0200)
commit43c76587c1ba2c3937fa6834db10cffc604e39e0
tree6e9320c1c6b343117f52cb005518ef02a010e28d
parentbd83a57463af70f0706c5d3f5873f881b49b9c06
gh-143189: fix insertdict() for non-Unicode key (#143285)
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