zopefoundation / persistent

automatic persistence for Python objects
https://pypi.org/project/persistent/
Other
46 stars 28 forks source link

Fully test the C implementation of the PickleCache #105

Closed jamadden closed 5 years ago

jamadden commented 5 years ago

Fix discrepancies between it and the Python implementation:

Fixes #102

jamadden commented 5 years ago

Thanks! (FWIW, I also ran the ZODB tests with this without issue.)