gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builtin Types#122192
Merged
ericsnowcurrently merged 2 commits intopython:mainfrom Jul 23, 2024
Conversation
|
Thanks @ericsnowcurrently for the PR 🌮🎉.. 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
Jul 23, 2024
… Static Builtin Types (pythongh-122192) (cherry picked from commit 33d32fa) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
|
Sorry, @ericsnowcurrently, I could not cleanly backport this to |
|
GH-122195 is a backport of this pull request to the 3.13 branch. |
|
ericsnowcurrently
added a commit
that referenced
this pull request
Jul 23, 2024
ericsnowcurrently
added a commit
to ericsnowcurrently/cpython
that referenced
this pull request
Jul 23, 2024
… Static Builtin Types (pythongh-122192)
|
GH-122197 is a backport of this pull request to the 3.12 branch. |
Member
Author
|
FYI, I'll have the ref leak sorted out soon. |
ericsnowcurrently
added a commit
that referenced
this pull request
Jul 23, 2024
Member
Author
|
The fix is in: gh-122200. |
nohlson
pushed a commit
to nohlson/cpython
that referenced
this pull request
Jul 24, 2024
… Static Builtin Types (pythongh-122192)
nohlson
pushed a commit
to nohlson/cpython
that referenced
this pull request
Jul 24, 2024
… Static Builtin Types (pythongh-122192)
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.
We make the existing test more exhaustive and add a test for a re-initialized runtime.
int.__str__behaviour inside sub-interpreters #117482