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

Fix unused variable and signed/unsigned warnings #15537

Merged
merged 6 commits into from Aug 27, 2019

Conversation

rhettinger
Copy link
Contributor

@rhettinger rhettinger commented Aug 26, 2019

Copy link
Member

@pablogsal pablogsal left a comment

Thanks, @rhettinger for this 🎉

Just a couple of comments to fix the CI

Objects/unicodeobject.c Outdated Show resolved Hide resolved
Objects/unicodeobject.c Outdated Show resolved Hide resolved
Objects/unicodeobject.c Outdated Show resolved Hide resolved
Objects/unicodeobject.c Show resolved Hide resolved
Objects/unicodeobject.c Outdated Show resolved Hide resolved
@rhettinger rhettinger changed the title Fix unused variable warning Fix unused variable and signed/unsigned warnings Aug 27, 2019
Python/peephole.c Outdated Show resolved Hide resolved
Objects/unicodeobject.c Show resolved Hide resolved
Python/pystrhex.c Outdated Show resolved Hide resolved
Python/peephole.c Outdated Show resolved Hide resolved
@bedevere-bot
Copy link

bedevere-bot commented Aug 27, 2019

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

@pablogsal
Copy link
Member

pablogsal commented Aug 27, 2019

Thanks, @rhettinger for the fix :)

@rhettinger rhettinger merged commit 0138c4c into python:master Aug 27, 2019
@rhettinger rhettinger deleted the fix_unused_warning branch Aug 27, 2019
@miss-islington
Copy link
Contributor

miss-islington commented Aug 27, 2019

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒🤖 I'm not a witch! I'm not a witch!

@bedevere-bot
Copy link

bedevere-bot commented Aug 27, 2019

GH-15551 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 27, 2019
(cherry picked from commit 0138c4c)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
rhettinger added a commit that referenced this pull request Aug 27, 2019
(cherry picked from commit 0138c4c)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip issue skip news type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants