Metadict

Latest version: v0.1.2

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

Scan your dependencies

0.1.2

What's Changed
* Fix memory map reference bug by LarsHill in https://github.com/LarsHill/metadict/pull/2


**Full Changelog**: https://github.com/LarsHill/metadict/compare/v0.1.1...v0.1.2

Note: Using `id(obj)` as a key in a custom memory address to object dictionary leads to edge cases.
If obj is garbage collected `id(new_obj)` might equal `id(obj)` and the wrong obj is retrieved from the lookup dictionary.
Hence, this functionality is removed.

0.1.1

What's Changed
* Fix metadict unpacking warning by LarsHill in https://github.com/LarsHill/metadict/pull/1

New Contributors
* LarsHill made their first contribution in https://github.com/LarsHill/metadict/pull/1

**Full Changelog**: https://github.com/LarsHill/metadict/compare/v0.1.0...v0.1.1

0.1.0

**Full Changelog**: https://github.com/LarsHill/metadict/commits/v0.1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.