[BUG] Union of frozendict and frozendict results in dict #84
Labels
Effort: Low
easy task
Needs: Test
Hey, it compiles! Ship it!
Priority: High
A blocking bug or an important feature
Type: Bug
Something isn't working
The union of a frozendict with
|
should again result in a frozendict, but does actually result in a mutable dict.OS version: macOS 13.5.2
frozendict version: 2.3.8
Python3 version (python3 -V -V): Python 3.11.5 (main, Aug 24 2023, 15:18:16) [Clang 14.0.3 (clang-1403.0.22.14.1)]
Steps to reproduce:
Expected result:
frozendict
Actual result:
dict
The text was updated successfully, but these errors were encountered: