Complement vm logics related with ParamSpec and TypeVarTuple#5505
Merged
youknowone merged 1 commit intoRustPython:mainfrom Feb 10, 2025
Merged
Complement vm logics related with ParamSpec and TypeVarTuple#5505youknowone merged 1 commit intoRustPython:mainfrom
ParamSpec and TypeVarTuple#5505youknowone merged 1 commit intoRustPython:mainfrom
Conversation
ParamSpec and TypeVarTupleParamSpec and TypeVarTuple
25372b1 to
dfe23f2
Compare
youknowone
reviewed
Feb 10, 2025
Member
youknowone
left a comment
There was a problem hiding this comment.
Thank you for contributing!
Is there any related test about this changes in test_typing?
(okay if there is nothing or not the full test is passed yet)
Contributor
Author
|
@youknowone PEP-0695 is applied since Python 3.12 and current typing module (on main branch) is on Python 3.10.5. So I guess there are no related tests about this pull request. Also, this pull request is originally part of #5486 but I am separating this commit from the PR for ease of review. There are more works for marking #5486 as ready-to-review 😞 |
youknowone
approved these changes
Feb 10, 2025
Member
youknowone
left a comment
There was a problem hiding this comment.
Oh, got it. Thank you for explanation!
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.
This pull request complements compiler, vm logics related PEP-0695.