aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/stdlib_module_names.h
diff options
context:
space:
mode:
authorYurii Karabas <1998uriyyo@gmail.com>2021-07-23 00:06:54 +0300
committerGitHub <noreply@github.com>2021-07-22 23:06:54 +0200
commit96c4cbd96c769e92869c62ba898dd9eb670baa81 (patch)
treebf57868bec1d475c469214d42f89d29158b60244 /Python/stdlib_module_names.h
parentf1afef5e0d93d66fbf3c9aaeab8b3b8da9617583 (diff)
downloadcpython-96c4cbd96c769e92869c62ba898dd9eb670baa81.tar.gz
cpython-96c4cbd96c769e92869c62ba898dd9eb670baa81.zip
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>
Diffstat (limited to 'Python/stdlib_module_names.h')
-rw-r--r--Python/stdlib_module_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h
index b09b8dc7a39..3c5f1768305 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -81,6 +81,7 @@ static const char* _Py_stdlib_module_names[] = {
"_threading_local",
"_tkinter",
"_tracemalloc",
+"_typing",
"_uuid",
"_warnings",
"_weakref",