]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)
authorcolorfulappl <colorfulappl@qq.com>
Sat, 17 Dec 2022 06:34:54 +0000 (14:34 +0800)
committerGitHub <noreply@github.com>
Sat, 17 Dec 2022 06:34:54 +0000 (12:04 +0530)
commitdd323afea81523482e14c57eaebd6d3c7d61c212
tree13c15ecad64f993b807b6003f83e37baf02453c2
parent4c810f92baed7562e7f2da0c70e2edac2e89bf75
[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>
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/Setup.stdlib.in
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
configure
configure.ac
setup.py