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

bpo-44704: Make Set._hash consistent with frozenset.__hash__ #27281

Merged
merged 4 commits into from Jul 21, 2021

Conversation

@sweeneyde
Copy link
Member

@sweeneyde sweeneyde commented Jul 21, 2021

https://bugs.python.org/issue44704

@rhettinger rhettinger merged commit c878f5d into python:main Jul 21, 2021
13 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 21, 2021

Thanks @sweeneyde for the PR, and @rhettinger for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9.
🐍🍒🤖

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jul 21, 2021

GH-27282 is a backport of this pull request to the 3.10 branch.

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jul 21, 2021

GH-27283 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit to miss-islington/cpython that referenced this issue Jul 21, 2021
…H-27281)

(cherry picked from commit c878f5d)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
miss-islington added a commit to miss-islington/cpython that referenced this issue Jul 21, 2021
…H-27281)

(cherry picked from commit c878f5d)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
@sweeneyde sweeneyde deleted the set_hash branch Jul 22, 2021
sthagen added a commit to sthagen/python-cpython that referenced this issue Jul 22, 2021
bpo-44704: Make Set._hash consistent with frozenset.__hash__ (pythonGH-27281)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants