]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)
authorcolorfulappl <colorfulappl@qq.com>
Sat, 17 Dec 2022 06:36:06 +0000 (14:36 +0800)
committerGitHub <noreply@github.com>
Sat, 17 Dec 2022 06:36:06 +0000 (12:06 +0530)
commit3144aca3dae51d3d88cc58fd8e9a04d6d6601ced
treef1ac17fd14910e0c518a6eba8110a1fb42067abf
parent958be792a7fd50971a048662a377f4ae101652bd
[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>
Lib/test/test_clinic.py
Misc/NEWS.d/next/Tests/2022-08-22-15-49-14.gh-issue-96002.4UE9UE.rst [new file with mode: 0644]
Modules/_testclinic.c [new file with mode: 0644]
Modules/clinic/_testclinic.c.h [new file with mode: 0644]
Tools/scripts/generate_stdlib_module_names.py
setup.py