]> granicus.if.org Git - python/commit
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Oct 2019 13:29:52 +0000 (16:29 +0300)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 13:29:52 +0000 (16:29 +0300)
commit13abda41003daf599587991d8291f0dacf6e9519
treef86d3dea6c84355c49f36bea32bf1ed846f8b447
parentb690a2759e62d9ee0b6ea1b20e8f7e4b2cdbf8bb
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
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]