Skip to content

gh-145056: Fix merging of collections.OrderedDict and frozendict#146466

Open
serhiy-storchaka wants to merge 1 commit intopython:mainfrom
serhiy-storchaka:merge-op-ordereddict-frozendict
Open

gh-145056: Fix merging of collections.OrderedDict and frozendict#146466
serhiy-storchaka wants to merge 1 commit intopython:mainfrom
serhiy-storchaka:merge-op-ordereddict-frozendict

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Mar 26, 2026

@serhiy-storchaka
Copy link
Member Author

This only fixes the case OrderedDict() | frozendict(). The case frozendict() | OrderedDict() is more complex, it will require changes in frozendict. And that issue will be related to frozenset too.

@serhiy-storchaka serhiy-storchaka force-pushed the merge-op-ordereddict-frozendict branch from 931ae5f to 0a9b814 Compare March 26, 2026 13:11
@serhiy-storchaka serhiy-storchaka force-pushed the merge-op-ordereddict-frozendict branch from 0a9b814 to 01a5ae5 Compare March 26, 2026 13:13
Sign up for free to 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.

1 participant