Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

New __hash__ implementation up to documentation standards #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sbordeyne
Copy link

hash(FlexDict()) should equal to hash(FlexDict()) which doesn't happen with the current implementation.

This proposed change should work most of the time, but there may be some hash conflicts. Algorithm used is SHA1 since it's relatively fast, and readily available on all platforms.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant