Complement vm logics related with ParamSpec and TypeVarTuple#5505
Conversation
25372b1 to
dfe23f2
Compare
February 10, 2025 06:55
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)
Sorry, something went wrong.
|
@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 😞 |
Sorry, something went wrong.
youknowone
left a comment
There was a problem hiding this comment.
Oh, got it. Thank you for explanation!
Sorry, something went wrong.
This pull request complements compiler, vm logics related PEP-0695.