Closed
Description
Bug report
Link: https://github.com/sobolevn/cpython/actions/runs/11679282454/job/32520346523#step:4:793
D:\a\cpython\cpython\Modules\blake2module.c(477,23): warning C4018: '>': signed/unsigned mismatch [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
D:\a\cpython\cpython\Modules\blake2module.c(488,25): warning C4018: '>': signed/unsigned mismatch [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
D:\a\cpython\cpython\Modules\blake2module.c(537,22): warning C4018: '>': signed/unsigned mismatch [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
D:\a\cpython\cpython\Modules\_hacl\Lib_Memzero0.c(39,27): warning C4244: 'function': conversion from 'uint64_t' to 'SIZE_T', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
D:\a\cpython\cpython\Modules\_interpchannelsmodule.c(2096,30): warning C4244: '=': conversion from 'int64_t' to 'Py_ssize_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
D:\a\cpython\cpython\Modules\_interpchannelsmodule.c(2064,27): warning C4244: 'initializing': conversion from 'int64_t' to 'Py_ssize_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
D:\a\cpython\cpython\Modules\_winapi.c(2381,23): warning C4018: '<': signed/unsigned mismatch [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
D:\a\cpython\cpython\Modules\_winapi.c(2529,49): warning C4018: '<': signed/unsigned mismatch [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
D:\a\cpython\cpython\PC\venvlauncher.c(226,50): warning C4018: '<': signed/unsigned mismatch [D:\a\cpython\cpython\PCbuild\venvwlauncher.vcxproj]
D:\a\cpython\cpython\PC\venvlauncher.c(226,50): warning C4018: '<': signed/unsigned mismatch [D:\a\cpython\cpython\PCbuild\venvlauncher.vcxproj]
D:\a\cpython\cpython\Modules\_ssl.c(4926,27): warning C4018: '>': signed/unsigned mismatch [D:\a\cpython\cpython\PCbuild\_ssl.vcxproj]
D:\a\cpython\cpython\Modules\_ssl.c(4926,58): warning C4018: '>': signed/unsigned mismatch [D:\a\cpython\cpython\PCbuild\_ssl.vcxproj]
D:\a\cpython\cpython\Modules\_ssl.c(5039,18): warning C4018: '>': signed/unsigned mismatch [D:\a\cpython\cpython\PCbuild\_ssl.vcxproj]
Linked PRs
- gh-126433: Fix compiler warnings on 32-bit Windows #126444
- gh-126433: Change channel_info.count to int64_t #126447
- gh-126433: Fix compiler warning on 32-bit Windows #126448
- gh-126433: Update hacl-star #126791
- [3.13] gh-126433: Change channel_info.count to int64_t (GH-126447) #126826
- [3.13] gh-126433: Fix compiler warnings on 32-bit Windows (#126444) #126827