Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C BTrees should allow unpickling with None/unorderable keys #51

Closed
jamadden opened this issue Nov 20, 2016 · 0 comments
Closed

C BTrees should allow unpickling with None/unorderable keys #51

jamadden opened this issue Nov 20, 2016 · 0 comments

Comments

@jamadden
Copy link
Member

The Python implementation currently allows this.

See https://groups.google.com/d/msg/zodb/xhVM0ejl6aE/7mXRaZeEAQAJ

jamadden added a commit that referenced this issue Dec 22, 2016
Check key identity before ==. This matches the C implementation.
Fixes #50

Add a pickle test to the work done in #54. Fixes #51. Fixes #53 (for
Python 2).
jamadden added a commit that referenced this issue Dec 22, 2016
Check key identity before ==. This matches the C implementation.
Fixes #50

Add a pickle test to the work done in #54. Fixes #51. Fixes #53 (for
Python 2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant