]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149534: Fix unification of `defaultdict` and `frozendict` with `|` (#149539)
authorsobolevn <mail@sobolevn.me>
Mon, 1 Jun 2026 13:26:49 +0000 (16:26 +0300)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 13:26:49 +0000 (16:26 +0300)
commitcc0269334fdf7be12de79316882befd5cdb4cf7e
tree30a7341a3c4988f8490d39b8b509d6d371c1bc71
parentc98773633c97463e35eb51fac81d1095e8061fe0
gh-149534: Fix unification of `defaultdict` and `frozendict` with `|` (#149539)
Lib/test/test_defaultdict.py
Misc/NEWS.d/next/Library/2026-05-08-09-11-48.gh-issue-149534.Tw7eeY.rst [new file with mode: 0644]
Modules/_collectionsmodule.c