]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
authorYurii Karabas <1998uriyyo@gmail.com>
Thu, 22 Jul 2021 21:06:54 +0000 (00:06 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Jul 2021 21:06:54 +0000 (23:06 +0200)
commit96c4cbd96c769e92869c62ba898dd9eb670baa81
treebf57868bec1d475c469214d42f89d29158b60244
parentf1afef5e0d93d66fbf3c9aaeab8b3b8da9617583
bpo-44353: Implement typing.NewType __call__ method in C (#27262)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Denis Laxalde <denis@laxalde.org>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-07-20-18-34-16.bpo-44353.ATuYq4.rst [new file with mode: 0644]
Modules/Setup
Modules/_typingmodule.c [new file with mode: 0644]
Modules/clinic/_typingmodule.c.h [new file with mode: 0644]
PC/config.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/stdlib_module_names.h
setup.py