-
Notifications
You must be signed in to change notification settings - Fork 170
To add boolean keys in dictionaries. #1710
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
Comments
The hashing logic is simple but I want to know how can I register Boolean in
|
@faze-geek are you still working on this ? |
Hi @AtmegaBuzz . I am working on this. |
|
Closing as completed in #1771 |
Since boolean values namely
True
andFalse
are hashable they can be used as dictionary keys -I am working on this. @czgdp1807 @certik is there a way / design that should be followed to implement the hashing ? Kindly let me know any reference prs / issues I should follow.
The text was updated successfully, but these errors were encountered: