bpo-33652: Improve pickle support in the typing module. by serhiy-storchaka · Pull Request #7123 · python/cpython

@serhiy-storchaka

Pickles of type variables and subscripted generics are now future-proof
and compatible with older Python versions.

ilevkivskyi

ilevkivskyi

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 26, 2018
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 added a commit that referenced this pull request

May 26, 2018
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>