Skip to content

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

Merged
vstinner merged 1 commit intopython:3.13from
miss-islington:backport-09d7083-3.13
Nov 14, 2024
Merged

[3.13] gh-126433: Change channel_info.count to int64_t (GH-126447)#126826
vstinner merged 1 commit intopython:3.13from
miss-islington:backport-09d7083-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented 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 vstinner@python.org

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 <vstinner@python.org>
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