]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44353: Expand NewType tests for complex __qualname__. (#27311)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 24 Jul 2021 07:40:08 +0000 (10:40 +0300)
committerGitHub <noreply@github.com>
Sat, 24 Jul 2021 07:40:08 +0000 (09:40 +0200)
commite89ef0ad2a299770a88ece8f7a316f7d3eb65c9f
treeb7c4eaaf517e1b684aae77c81b406d0045513fe1
parent4512848ab92c8ed6aafb54d6e1908b1074558c43
bpo-44353: Expand NewType tests for complex __qualname__. (#27311)

Make NewType pickleable by name.
Lib/test/test_typing.py
Lib/typing.py