]> granicus.if.org Git - python/commit
bpo-33652: Improve pickle support in the typing module. (GH-7123)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 26 May 2018 18:38:00 +0000 (11:38 -0700)
committerGitHub <noreply@github.com>
Sat, 26 May 2018 18:38:00 +0000 (11:38 -0700)
commitd49862582ed3513debed6e919fd4f92e9d4eebbd
treeaff434f6b0ce0104ae8a8df772b858e218834684
parente69657df244135a232117f692640e0568b04e999
bpo-33652: Improve pickle support in the typing module. (GH-7123)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/typing.py
Misc/NEWS.d/next/Library/2018-05-26-10-13-59.bpo-33652.humFJ1.rst [new file with mode: 0644]