]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44353: Refactor typing.NewType into callable class (GH-27250) (#27258)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Jul 2021 15:24:57 +0000 (08:24 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Jul 2021 15:24:57 +0000 (17:24 +0200)
commitc2f33dfc83ab270412bf243fb21f724037effa1a
treed08471a57400ca0aa61a1bf3468e5cb1fed1e609
parentc895f2bc4f270efce30fe3687ce85095418175f4
bpo-44353: Refactor typing.NewType into callable class (GH-27250) (#27258)

(cherry picked from commit 965dd76e9060e27e2253ba8c8d21a142b178720d)

Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-07-19-22-43-15.bpo-44353.HF81_Q.rst [new file with mode: 0644]