zopefoundation / persistent

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

Allow sweeping cache without cache_size and with cache_size_bytes only. #106

Closed yuseitahara closed 5 years ago

yuseitahara commented 5 years ago

Hello. This PR is for zopefoundation/ZODB#231 . cache_size_bytes works with cache_size=0, no need to set cache_size to a large value.

yuseitahara commented 5 years ago

I will fix failing tests.

yuseitahara commented 5 years ago

All checks have passed. Is it ok to merge? @jimfulton @jamadden

yuseitahara commented 5 years ago

Thank you for reviewing. I fixed them.

icemac commented 5 years ago

@yuseitahara An additional change log entry would be nice. After that feel free to merge your pull request.