zopefoundation / persistent

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

Fix slicing and copying of PersistentList and PersistentMapping. #128

Closed jamadden closed 4 years ago

jamadden commented 4 years ago

See https://bugs.python.org/issue27639 and https://bugs.python.org/issue27141

Fixes #112

jamadden commented 4 years ago

Rebased on master and comments addressed.

jamadden commented 4 years ago

Thank you!