]> granicus.if.org Git - python/commit
bpo-33652: Improve pickle support in the typing module. (GH-7123)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 26 May 2018 18:19:26 +0000 (21:19 +0300)
committerIvan Levkivskyi <levkivskyi@gmail.com>
Sat, 26 May 2018 18:19:26 +0000 (11:19 -0700)
commit09f3221fbbf72692308149054e4f7668b08b22eb
tree7b7f2936b00147f0e060d83b98451d9dbbd9cf68
parent2298c0e6a6eb93916625e73ffa8368b2a82786f7
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.
Lib/typing.py
Misc/NEWS.d/next/Library/2018-05-26-10-13-59.bpo-33652.humFJ1.rst [new file with mode: 0644]