]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126433: Change channel_info.count to int64_t (#126447)
authorVictor Stinner <vstinner@python.org>
Wed, 6 Nov 2024 10:20:17 +0000 (11:20 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2024 10:20:17 +0000 (15:50 +0530)
commit09d7083962062acfef7e7a9a309a01fb70ad8276
treec762d9c54462f6d1015e0d2e4a31db493cfa6e0b
parent6431f379b86c2f41a9a9f5a54e77d4e8d556489d
gh-126433: Change channel_info.count to int64_t (#126447)

Fix compiler warnings on 32-bit Windows: change channel_info.count
type from Py_ssize_t to int64_t in _interpchannelsmodule.c.
Modules/_interpchannelsmodule.c