summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/generate_stdlib_module_names.py
diff options
context:
space:
mode:
authorcolorfulappl <colorfulappl@qq.com>2022-12-17 06:36:06 (GMT)
committerGitHub <noreply@github.com>2022-12-17 06:36:06 (GMT)
commit3144aca3dae51d3d88cc58fd8e9a04d6d6601ced (patch)
treef1ac17fd14910e0c518a6eba8110a1fb42067abf /Tools/scripts/generate_stdlib_module_names.py
parent958be792a7fd50971a048662a377f4ae101652bd (diff)
downloadcpython-3144aca3dae51d3d88cc58fd8e9a04d6d6601ced.zip
cpython-3144aca3dae51d3d88cc58fd8e9a04d6d6601ced.tar.gz
cpython-3144aca3dae51d3d88cc58fd8e9a04d6d6601ced.tar.bz2
[3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)
(cherry picked from commit c450c8c9ed6e420025f39d0e4850a79f8160cdcd) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Tools/scripts/generate_stdlib_module_names.py')
-rw-r--r--Tools/scripts/generate_stdlib_module_names.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/generate_stdlib_module_names.py b/Tools/scripts/generate_stdlib_module_names.py
index dc6a074..efea9a7 100644
--- a/Tools/scripts/generate_stdlib_module_names.py
+++ b/Tools/scripts/generate_stdlib_module_names.py
@@ -24,6 +24,7 @@ IGNORE = {
'_ctypes_test',
'_testbuffer',
'_testcapi',
+ '_testclinic',
'_testconsole',
'_testimportmultiple',
'_testinternalcapi',