-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-126862: Use Py_ssize_t
instead of int
when processing the number of super-classes
#127523
gh-126862: Use Py_ssize_t
instead of int
when processing the number of super-classes
#127523
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it is possible to get anywhere near 231 classes, but better safe than sorry.
Misc/NEWS.d/next/Core_and_Builtins/2024-12-02-18-15-37.gh-issue-126862.fdIK7T.rst
Outdated
Show resolved
Hide resolved
…e-126862.fdIK7T.rst Co-authored-by: Tomas R. <[email protected]>
Thanks @picnixz for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…e number of super-classes (pythonGH-127523) (cherry picked from commit 2fcdc84) Co-authored-by: Bénédikt Tran <[email protected]>
GH-128699 is a backport of this pull request to the 3.13 branch. |
…e number of super-classes (pythonGH-127523) (cherry picked from commit 2fcdc84) Co-authored-by: Bénédikt Tran <[email protected]>
GH-128700 is a backport of this pull request to the 3.12 branch. |
cc @JelleZijlstra