Closed jamadden closed 5 years ago
Fix discrepancies between it and the Python implementation:
ValueError
AssertionError
IPickleCache
IExtendedPickleCache
AttributeError
p_jar
Fixes #102
Thanks! (FWIW, I also ran the ZODB tests with this without issue.)
Fix discrepancies between it and the Python implementation:
ValueError
instead ofAssertionError
for certain types of bad inputs.IPickleCache
; methods unique to the Python implementation were moved toIExtendedPickleCache
.AttributeError
if a persistent class doesn't have ap_jar
attribute.Fixes #102