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

gh-115827: Fix compile warning in longobject.c #115828

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Feb 22, 2024

@sobolevn
Copy link
Member Author

Thanks for the quick review! 👍

@sobolevn sobolevn merged commit 465df88 into python:main Feb 22, 2024
37 checks passed
smontanaro pushed a commit to smontanaro/cpython that referenced this pull request Feb 23, 2024
…GH-115828)

Objects/longobject.c:1186:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
(cherry picked from commit 465df88)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
Objects/longobject.c:1186:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
Objects/longobject.c:1186:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
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.

2 participants