]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:56:35 +0000 (04:56 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2025 03:56:35 +0000 (03:56 +0000)
commit5370ad100d1801925a1e037314289c3bd433a4e5
tree87ac1f462c5243421e43c9c655b0fb99eb59996b
parent0d2b9abd18ff4fc6d2fbf1b398b411ed3b76266c
[3.13] gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super-classes  (GH-127523) (#128699)

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