◐ Shell
clean mode source ↗

[3.7] bpo-33652: Improve pickle support in the typing module. (GH-7123) by miss-islington · Pull Request #7132 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

May 26, 2018

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

Pickles of type variables and subscripted generics are now future-proof
and compatible with older Python versions.
(cherry picked from commit 09f3221)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue33652

Pickles of type variables and subscripted generics are now future-proof
and compatible with older Python versions.
(cherry picked from commit 09f3221)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

@miss-islington

Copy link Copy Markdown

Contributor Author

@serhiy-storchaka and @ilevkivskyi: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit d498625 into python:3.7

May 26, 2018

@miss-islington

Copy link Copy Markdown

Contributor Author

Thanks!

@miss-islington miss-islington deleted the backport-09f3221-3.7 branch

May 26, 2018 18:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@ilevkivskyi ilevkivskyi ilevkivskyi approved these changes

@gvanrossum gvanrossum Awaiting requested review from gvanrossum gvanrossum is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @ilevkivskyi @the-knights-who-say-ni @bedevere-bot @serhiy-storchaka