Skip to content

gh-145056: Fix merging of OrderedDict and UserDict with frozendict - #146295

Closed
serhiy-storchaka wants to merge 5 commits into
python:mainfrom
serhiy-storchaka:collections_any_dict
Closed

gh-145056: Fix merging of OrderedDict and UserDict with frozendict#146295
serhiy-storchaka wants to merge 5 commits into
python:mainfrom
serhiy-storchaka:collections_any_dict

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Mar 22, 2026

Copy link
Copy Markdown
Member

This is based on #145060, but with added tests, and fixed OrderedDict | frozendict for the C implementation.

But frozendict | OrderedDict still returns wrong type.

@serhiy-storchaka

Copy link
Copy Markdown
MemberAuthor

@serhiy-storchaka
serhiy-storchaka deleted the collections_any_dict branch March 26, 2026 13:03
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@serhiy-storchaka@rhettinger