-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-28556: Minor updates to typing module #3550
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
@@ -0,0 +1,2 @@ | |||
Minor updates to the ``typing`` module. Original PRs by Ivan Levkivskyi and |
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.
Instead of "Minor updates" can you describe what the updates are?
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.
They are quite technical: replacing _gorg
function with a pre-calculated attribute, and adding one test that verifies preserved identity after copying a generic class. Should I add this?
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.
Instead of saying "Minor updates", say: "Speed improvements".
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.
Instead of saying "Minor updates", say: "Speed improvements".
OK, fixed.
Thanks @ilevkivskyi for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6. |
* Copy changes to typing from upstream repo * Add NEWS entry (cherry picked from commit 65bc620)
GH-3558 is a backport of this pull request to the 3.6 branch. |
Thanks! ✨ 🍰 ✨ |
This contains just two PRs:
This needs to be backported to 3.6
cc @gvanrossum
https://bugs.python.org/issue28556