Skip to content

Fix incorrect default value for unsafe_hash. #5949

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

Merged
merged 16 commits into from
Mar 1, 2018

Conversation

ericvsmith
Copy link
Member

The default was None, but should be False. Since None is false-ish, this is okay, but the intent was that it be False, and it's less confusing this way.

@miss-islington
Copy link
Contributor

Thanks @ericvsmith for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@ericvsmith ericvsmith deleted the incorrect-unsafe_hash-default branch March 1, 2018 13:01
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 1, 2018
@bedevere-bot
Copy link

GH-5950 is a backport of this pull request to the 3.7 branch.

ericvsmith added a commit that referenced this pull request Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants