Skip to content

GH-131296: fix clang-cl warning on Windows in semaphore.c #131595

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 1 commit into from
Mar 22, 2025

Conversation

chris-eibl
Copy link
Member

@chris-eibl chris-eibl commented Mar 22, 2025

I think this is a skip news?

Fixes https://github.com/python/cpython/actions/runs/14006628024/job/39221297660#step:4:259

..\Modules\_multiprocessing\semaphore.c(636,36): warning : incompatible pointer types passing 'int *' 
to parameter of type 'long *' [-Wincompatible-pointer-types] [D:\a\cpython\cpython\PCbuild\_multiprocessing.vcxproj]
..\Modules\_multiprocessing\semaphore.c(668,36): warning : incompatible pointer types passing 'int *'
to parameter of type 'long *' [-Wincompatible-pointer-types] 

@gpshead gpshead merged commit bc26f95 into python:main Mar 22, 2025
49 checks passed
@chris-eibl chris-eibl deleted the fix_clangcl_semaphore branch March 23, 2025 07:04
seehwan pushed a commit to seehwan/cpython that referenced this pull request Apr 16, 2025
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