]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44353: Refactor typing.NewType into callable class (GH-27250)
authorYurii Karabas <1998uriyyo@gmail.com>
Tue, 20 Jul 2021 13:20:38 +0000 (16:20 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Jul 2021 13:20:38 +0000 (15:20 +0200)
commit965dd76e9060e27e2253ba8c8d21a142b178720d
tree9dd54317abe0b0a0009de0b07a7ee5fd2b5e0f39
parent4c0deb25ac899fbe4da626ce3cb21f204cdd3aa9
bpo-44353: Refactor typing.NewType into callable class (GH-27250)
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]