Frozendict

Latest version: v2.4.4

Safety actively analyzes 642283 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 7

1.3

- Speedup to creation of a copy of a frozendict
- Added a testcase
- Added benchmarks

1.2

Completely reworked. Now `frozendict` inherits directly from `dict` and does not use the slow `MappingProxyType` anymore. Immutability is preserved anyway.

Notable speed-ups in all methods.

1.1

- No more accepts unhashable values, like `frozenset`
- Added __slots__ for real immutability
- Better `pickle` support
- Some speed optimizations

1.0

First release

Page 7 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.