-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Compile warnings in "i686-pc-windows-msvc/msvc (Debug)" #126433
Labels
extension-modules
C modules in the Modules dir
OS-windows
type-bug
An unexpected behavior, bug, or error
Comments
sobolevn
added
type-bug
An unexpected behavior, bug, or error
extension-modules
C modules in the Modules dir
labels
Nov 5, 2024
sobolevn
changed the title
Compile warnings when in "i686-pc-windows-msvc/msvc (Debug)"
Compile warnings in "i686-pc-windows-msvc/msvc (Debug)"
Nov 5, 2024
Do you plan to write a PR to fix them? If not, I'm interested to fix these warnings. |
Please, go ahead! I don't have windows to verify that they are fixed! |
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Nov 5, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Nov 5, 2024
vstinner
added a commit
that referenced
this issue
Nov 5, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Nov 5, 2024
Fix compiler warnings on 32-bit Windows: change channel_info.count type from Py_ssize_t to int64_t in _interpchannelsmodule.c.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Nov 5, 2024
kumaraditya303
pushed a commit
that referenced
this issue
Nov 6, 2024
Fix compiler warnings on 32-bit Windows: change channel_info.count type from Py_ssize_t to int64_t in _interpchannelsmodule.c.
Reopened for the HACL remaining issue. |
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Nov 13, 2024
Run Modules/_hacl/refresh.sh and update SBOM. Retrieve the change: "Lib_Memzero0.c: Fix compiler warning on 32-bit Windows".
does this need backporting? |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 14, 2024
Fix compiler warnings on 32-bit Windows: change channel_info.count type from Py_ssize_t to int64_t in _interpchannelsmodule.c. (cherry picked from commit 09d7083) Co-authored-by: Victor Stinner <[email protected]>
This was referenced Nov 14, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Nov 14, 2024
(cherry picked from commit 0b67ce9)
I created backports. |
vstinner
added a commit
that referenced
this issue
Nov 14, 2024
…126826) gh-126433: Change channel_info.count to int64_t (GH-126447) Fix compiler warnings on 32-bit Windows: change channel_info.count type from Py_ssize_t to int64_t in _interpchannelsmodule.c. (cherry picked from commit 09d7083) Co-authored-by: Victor Stinner <[email protected]>
gpshead
pushed a commit
that referenced
this issue
Nov 15, 2024
Retrieve the change: "Lib_Memzero0.c: Fix compiler warning on 32-bit Windows".
There is no compiler warnings anymore on 32-bit Windows on Python 3.12, 3.13 and main branches. I close the issue. |
picnixz
pushed a commit
to picnixz/cpython
that referenced
this issue
Dec 8, 2024
picnixz
pushed a commit
to picnixz/cpython
that referenced
this issue
Dec 8, 2024
Fix compiler warnings on 32-bit Windows: change channel_info.count type from Py_ssize_t to int64_t in _interpchannelsmodule.c.
picnixz
pushed a commit
to picnixz/cpython
that referenced
this issue
Dec 8, 2024
Retrieve the change: "Lib_Memzero0.c: Fix compiler warning on 32-bit Windows".
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
Fix compiler warnings on 32-bit Windows: change channel_info.count type from Py_ssize_t to int64_t in _interpchannelsmodule.c.
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
Retrieve the change: "Lib_Memzero0.c: Fix compiler warning on 32-bit Windows".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
extension-modules
C modules in the Modules dir
OS-windows
type-bug
An unexpected behavior, bug, or error
Bug report
Link: https://github.com/sobolevn/cpython/actions/runs/11679282454/job/32520346523#step:4:793
Linked PRs
The text was updated successfully, but these errors were encountered: