Releases: LarsHill/metadict
Releases · LarsHill/metadict
Fixed copy method and speed-up improvements
Fixed memory map reference wrong lookup bug
What's Changed
Full Changelog: 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.
Remove PyCharm warning for dict unpacking
Initial release
Full Changelog: https://github.com/LarsHill/metadict/commits/v0.1.0