Issues
- 25
Frozendict is broken on Python 3.8, warns on 3.7
#25 opened by Zac-HD - 1
Incompatible with Python>=3.10 (AttributeError: module 'collections' has no attribute 'Mapping')
#39 opened by BlockDweller - 1
Possible memory leak with Python 3.9
#38 opened by o-khytrov - 2
Nested dicts are not supported
#35 opened by raul-openai - 2
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
#33 opened by OrangeDog - 2
- 0
Should frozendict be ordered as of Python 3.7?
#31 opened by w0rp - 2
Repr implementation should eval
#28 opened by ktbarrett - 1
tags on github
#18 opened by ignatenkobrain - 2
Thoughts on modifiable_copy?
#22 opened by yuanxu-li - 0
Generics?
#27 opened by bmccutchon - 0
version information
#19 opened by msuzen - 2
Tests?
#14 opened by keithasaurus - 1
A copy with no arguments should return self
#6 opened by jruere - 5
- 3