gh-126862: Use Py_ssize_t instead of int when processing the number of super-classes #127523
Merged
JelleZijlstra merged 3 commits intopython:mainfrom Jan 10, 2025
Merged
Conversation
markshannon
approved these changes
Jan 7, 2025
Member
markshannon
left a comment
There was a problem hiding this comment.
I don't think it is possible to get anywhere near 231 classes, but better safe than sorry.
tomasr8
reviewed
Jan 7, 2025
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. <tomas.roun8@gmail.com>
|
Thanks @picnixz for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 10, 2025
…e number of super-classes (pythonGH-127523) (cherry picked from commit 2fcdc84) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
GH-128699 is a backport of this pull request to the 3.13 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 10, 2025
…e number of super-classes (pythonGH-127523) (cherry picked from commit 2fcdc84) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
GH-128700 is a backport of this pull request to the 3.12 branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cc @JelleZijlstra