-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-39168: Remove the __new__ method of typing.Generic #21327
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
bpo-39168: Remove the __new__ method of typing.Generic #21327
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I wonder if it's too late to backport to 3.9? It's late in the beta, but it's not adding a new feature, it's just a perf update. @ambv what do you think?
Closing and reopening to make the test suite re-run. Don't be scared! |
@ZackerySpytz: Status check is done, and it's a success ✅ . |
Thanks @ZackerySpytz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-21335 is a backport of this pull request to the 3.9 branch. |
Automerge-Triggered-By: @gvanrossum (cherry picked from commit 7fed755) Co-authored-by: Zackery Spytz <[email protected]>
Automerge-Triggered-By: @gvanrossum (cherry picked from commit 7fed755) Co-authored-by: Zackery Spytz <[email protected]>
Automerge-Triggered-By: @gvanrossum
Automerge-Triggered-By: @gvanrossum
https://bugs.python.org/issue39168
Automerge-Triggered-By: @gvanrossum