diff options
author | colorfulappl <colorfulappl@qq.com> | 2022-12-17 06:34:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 06:34:54 (GMT) |
commit | dd323afea81523482e14c57eaebd6d3c7d61c212 (patch) | |
tree | 13c15ecad64f993b807b6003f83e37baf02453c2 /Tools/scripts | |
parent | 4c810f92baed7562e7f2da0c70e2edac2e89bf75 (diff) | |
download | cpython-dd323afea81523482e14c57eaebd6d3c7d61c212.zip cpython-dd323afea81523482e14c57eaebd6d3c7d61c212.tar.gz cpython-dd323afea81523482e14c57eaebd6d3c7d61c212.tar.bz2 |
[3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)
(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')
-rw-r--r-- | Tools/scripts/generate_stdlib_module_names.py | 1 |
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 fe1e429..02d2710 100644 --- a/Tools/scripts/generate_stdlib_module_names.py +++ b/Tools/scripts/generate_stdlib_module_names.py @@ -27,6 +27,7 @@ IGNORE = { '_ctypes_test', '_testbuffer', '_testcapi', + '_testclinic', '_testconsole', '_testimportmultiple', '_testinternalcapi', |