]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149534: Fix unification of `defaultdict` and `frozendict` with `|` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jun 2026 16:07:33 +0000 (18:07 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 16:07:33 +0000 (16:07 +0000)
commit3a12e9f5242c1a2d9ce34ed04159f501b3795bba
tree4005ef065a7dd330d61f60b2154126395569bfd0
parentb65c28206fe3e8cc3fbf33b99b563e967986da3d
[3.15] gh-149534: Fix unification of `defaultdict` and `frozendict` with `|` (GH-149539) (#150709)

gh-149534: Fix unification of `defaultdict` and `frozendict` with `|` (GH-149539)
(cherry picked from commit cc0269334fdf7be12de79316882befd5cdb4cf7e)

Co-authored-by: sobolevn <mail@sobolevn.me>
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