Skip to content

bpo-28556: Minor updates to typing module#3550

Merged
ambv merged 3 commits into
python:masterfrom
ilevkivskyi:more-updates-typing
Sep 13, 2017
Merged

bpo-28556: Minor updates to typing module#3550
ambv merged 3 commits into
python:masterfrom
ilevkivskyi:more-updates-typing

Conversation

@ilevkivskyi

@ilevkivskyi ilevkivskyi commented Sep 13, 2017

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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

@ambv

ambv commented Sep 13, 2017

Copy link
Copy Markdown
Contributor

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