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-31849: Fix warning in pyhash.c. #6799

Merged
merged 1 commit into from Jun 4, 2018

Conversation

ajdavis
Copy link
Contributor

@ajdavis ajdavis commented May 14, 2018

Fix a warning about signed/unsigned comparison.

https://bugs.python.org/issue31849

@the-knights-who-say-ni
Copy link

the-knights-who-say-ni commented May 14, 2018

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

When your account is ready, please add a comment in this pull request
and a Python core developer will remove the CLA not signed label
to make the bot check again.

Thanks again to your contribution and we look forward to looking at it!

@ajdavis
Copy link
Contributor Author

ajdavis commented May 14, 2018

I have signed the CLA, and now I've updated my b.p.o. profile with my GitHub username.

tiran
tiran approved these changes May 14, 2018
@tiran
Copy link
Member

tiran commented May 14, 2018

Thanks Jesse!

@methane methane merged commit a8eb585 into python:master Jun 4, 2018
@miss-islington
Copy link
Contributor

miss-islington commented Jun 4, 2018

Thanks @ajdavis for the PR, and @methane for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 4, 2018
(cherry picked from commit a8eb585)

Co-authored-by: A. Jesse Jiryu Davis <jesse@emptysquare.net>
@bedevere-bot
Copy link

bedevere-bot commented Jun 4, 2018

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 4, 2018
(cherry picked from commit a8eb585)

Co-authored-by: A. Jesse Jiryu Davis <jesse@emptysquare.net>
@bedevere-bot
Copy link

bedevere-bot commented Jun 4, 2018

GH-7394 is a backport of this pull request to the 3.6 branch.

@ajdavis
Copy link
Contributor Author

ajdavis commented Jun 4, 2018

Thanks everyone for reviewing and merging, and thanks for everyone's hard work on CPython's contributor experience. I last sprinted on CPython at PyCon Montreal three years ago and the contributor experience wasn't good; it's radically improved and I appreciate how much effort was spent to achieve this.

miss-islington added a commit that referenced this pull request Jun 4, 2018
(cherry picked from commit a8eb585)

Co-authored-by: A. Jesse Jiryu Davis <jesse@emptysquare.net>
miss-islington added a commit that referenced this pull request Jun 4, 2018
(cherry picked from commit a8eb585)

Co-authored-by: A. Jesse Jiryu Davis <jesse@emptysquare.net>
yahya-abou-imran pushed a commit to yahya-abou-imran/cpython that referenced this pull request Nov 2, 2018
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

Successfully merging this pull request may close these issues.

None yet

6 participants