]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126433: Change channel_info.count to int64_t (GH-126447) (#126826)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Nov 2024 10:32:09 +0000 (11:32 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2024 10:32:09 +0000 (10:32 +0000)
commit64846f14d87cc8ddd4947b83aa90f6e3b0b2151e
treed39153d20b8f2a990a127341327f9217d831a788
parent4fd628837c13636b91392a33dd32a80a086d3fa4
[3.13] gh-126433: Change channel_info.count to int64_t (GH-126447) (#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 09d7083962062acfef7e7a9a309a01fb70ad8276)

Co-authored-by: Victor Stinner <vstinner@python.org>
Modules/_interpchannelsmodule.c