-
Notifications
You must be signed in to change notification settings - Fork 33
Remove typing_extensions and Delete advanced-overload-generic #107
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
Conversation
the test failed not related this commit, it failed because upgrade for pyright can detect more errors |
Let me know when it's ready |
it is ready for review. |
Not relate, ci install https://github.com/laike9m/Python-Type-Challenges/blob/main/.github/workflows/test.yaml#L18-L19 I consider modify to |
Can confirm this issue happened because of a behavior change in 1.1.339
And after some trials & errors & searching, my conclusion is that this is impossible to achieve the desired behavior without using some wordarounds (adding Thus, I think we can delete this challenge to unblock this PR. You can delete it in this PR or a separate one, both works |
I delete |
As
ParamSpec
add totyping
in 3.10,typing_extensions
is unnecessary.