Skip to content

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

Merged
merged 3 commits into from
Sep 13, 2017

Conversation

ilevkivskyi
Copy link
Member

@ilevkivskyi ilevkivskyi commented Sep 13, 2017

@@ -0,0 +1,2 @@
Minor updates to the ``typing`` module. Original PRs by Ivan Levkivskyi and
Copy link
Member

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?

Copy link
Member Author

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?

Copy link
Contributor

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".

Copy link
Member Author

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.

@ambv ambv merged commit 65bc620 into python:master Sep 13, 2017
@miss-islington
Copy link
Contributor

Thanks @ilevkivskyi for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 13, 2017
* Copy changes to typing from upstream repo
* Add NEWS entry
(cherry picked from commit 65bc620)
@bedevere-bot
Copy link

GH-3558 is a backport of this pull request to the 3.6 branch.

@ambv
Copy link
Contributor

ambv commented Sep 13, 2017

Thanks! ✨ 🍰 ✨

ambv pushed a commit that referenced this pull request Sep 14, 2017
* Copy changes to typing from upstream repo
* Add NEWS entry
(cherry picked from commit 65bc620)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants