mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
[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:
parent
4c810f92ba
commit
dd323afea8
9 changed files with 3309 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -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']))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue