]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Oct 2019 14:12:38 +0000 (07:12 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 14:12:38 +0000 (07:12 -0700)
commit10b475a151dc35c8ca4047331d591130973e914d
tree8861f8da3840798184882208a0bfc80ee31559b1
parent364532fb4962991d278da6470c3aec4e443e533d
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)

(cherry picked from commit 13abda41003daf599587991d8291f0dacf6e9519)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2019-10-08-11-18-40.bpo-38405.0-7e7s.rst [new file with mode: 0644]