zopefoundation / persistent

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

Use `ctypes.c_long` to get the native long type on all platforms; fixes 32-bit TimeStamp hashcode #22

Closed jamadden closed 9 years ago

jamadden commented 9 years ago

Also add tests for non-native bitness values.

Fixes zopefoundation/persistent#21

mgedmin commented 9 years ago

LGTM.

tseaver commented 9 years ago

Thanks!