mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
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:
parent
f1afef5e0d
commit
96c4cbd96c
11 changed files with 137 additions and 16 deletions
|
@ -81,6 +81,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_threading_local",
|
||||
"_tkinter",
|
||||
"_tracemalloc",
|
||||
"_typing",
|
||||
"_uuid",
|
||||
"_warnings",
|
||||
"_weakref",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue