]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 10 Jan 2025 03:32:53 +0000 (04:32 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2025 03:32:53 +0000 (03:32 +0000)
commit2fcdc8488c32d18f4567f797094068a994777f16
tree822531c30c64b7809df5a1fbc97a79c29e46e8aa
parentc1417487e98e270d614965ed78ff9439044b65a6
gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super-classes  (#127523)
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