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-124064: Fix -Wconversion warnings in pycore_{long,object}.h #124177

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 17, 2024

Change also the fix for pycore_gc.h and pycore_stackref.h: declare constants as uintptr_t rather than casting constants.

Change also the fix for pycore_gc.h and pycore_stackref.h: declare
constants as uintptr_t rather than casting constants.
@vstinner vstinner enabled auto-merge (squash) September 17, 2024 15:30
@vstinner vstinner merged commit ec08aa1 into python:main Sep 17, 2024
35 checks passed
@vstinner vstinner deleted the conversion2 branch September 17, 2024 15:35
savannahostrowski pushed a commit to savannahostrowski/cpython that referenced this pull request Sep 22, 2024
…ython#124177)

Change also the fix for pycore_gc.h and pycore_stackref.h:
declare constants as uintptr_t, rather than casting constants.
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.

1 participant