[3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)

(cherry picked from commit c450c8c9ed)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
colorfulappl 2022-12-17 14:34:54 +08:00 committed by GitHub
parent 4c810f92ba
commit dd323afea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 3309 additions and 1 deletions

View file

@ -1012,6 +1012,9 @@ class PyBuildExt(build_ext):
# Python C API test module
self.addext(Extension('_testcapi', ['_testcapimodule.c']))
# Python Argument Clinc functional test module
self.addext(Extension('_testclinic', ['_testclinic.c']))
# Python Internal C API test module
self.addext(Extension('_testinternalcapi', ['_testinternalcapi.c']))