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>
This commit is contained in:
Yurii Karabas 2021-07-23 00:06:54 +03:00 committed by GitHub
parent f1afef5e0d
commit 96c4cbd96c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 137 additions and 16 deletions

View file

@ -81,6 +81,7 @@ static const char* _Py_stdlib_module_names[] = {
"_threading_local",
"_tkinter",
"_tracemalloc",
"_typing",
"_uuid",
"_warnings",
"_weakref",