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

[3.13] gh-126433: Change channel_info.count to int64_t (GH-126447) #126826

Merged
merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. pythongh-126433: Change channel_info.count to int64_t (pythonGH-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]>
    vstinner authored and miss-islington committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    64f8bf7 View commit details
    Browse the repository at this point in the history