]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (#27237)
authorYurii Karabas <1998uriyyo@gmail.com>
Mon, 19 Jul 2021 17:22:12 +0000 (20:22 +0300)
committerGitHub <noreply@github.com>
Mon, 19 Jul 2021 17:22:12 +0000 (19:22 +0200)
commitbce1418541a64a793960182772f985f64afbfa1a
treecfde24e8cb3ad119a55282e54f4b052f8be468d9
parent89f4c34797de2f0e5045da2b97c1c8cbbb42fbb2
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (#27237)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-07-19-14-04-42.bpo-44524.Nbf2JC.rst [new file with mode: 0644]