]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Jan 2025 03:51:45 +0000 (04:51 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2025 03:51:45 +0000 (03:51 +0000)
commitb55c40419e3bdf325ed5ebc73e9473dab3eaf090
tree75e67abbf6bf29a330b5980e80a35655838ea1af
parent8bfc68f0f53ab32cf21c2e4d7ad3baca177e27fc
[3.12] gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super-classes  (GH-127523) (#128700)

gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super-classes  (GH-127523)
(cherry picked from commit 2fcdc8488c32d18f4567f797094068a994777f16)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Misc/NEWS.d/next/Core_and_Builtins/2024-12-02-18-15-37.gh-issue-126862.fdIK7T.rst [new file with mode: 0644]
Objects/typeobject.c