]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (GH-27237...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Jul 2021 17:57:27 +0000 (10:57 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Jul 2021 17:57:27 +0000 (19:57 +0200)
commitc895f2bc4f270efce30fe3687ce85095418175f4
treec0760cf6068fb8e0444f5d77b16d1f0ee18fed6e
parent8c43bf1a923754fa6d97772151c6ac23c48759d3
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (GH-27237) (#27246)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
(cherry picked from commit bce1418541a64a793960182772f985f64afbfa1a)

Co-authored-by: Yurii Karabas <1998uriyyo@gmail.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]