summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/parts.h
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2022-11-14 21:23:41 (GMT)
committerGitHub <noreply@github.com>2022-11-14 21:23:41 (GMT)
commit3d9431983a89b14250716c1d227e2ce40b343bdd (patch)
tree77bd8caeef1695e8daebfd44f9fc8aea2c2f308a /Modules/_testcapi/parts.h
parenta088290f9d53a6bd078de6ee67b2fa296fc1cc14 (diff)
downloadcpython-3d9431983a89b14250716c1d227e2ce40b343bdd.zip
cpython-3d9431983a89b14250716c1d227e2ce40b343bdd.tar.gz
cpython-3d9431983a89b14250716c1d227e2ce40b343bdd.tar.bz2
gh-93649: Split getargs tests from _testcapimodule.c (#99346)
Diffstat (limited to 'Modules/_testcapi/parts.h')
-rw-r--r--Modules/_testcapi/parts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_testcapi/parts.h b/Modules/_testcapi/parts.h
index 304e592..25ee0f7 100644
--- a/Modules/_testcapi/parts.h
+++ b/Modules/_testcapi/parts.h
@@ -27,6 +27,7 @@
int _PyTestCapi_Init_Vectorcall(PyObject *module);
int _PyTestCapi_Init_Heaptype(PyObject *module);
int _PyTestCapi_Init_Unicode(PyObject *module);
+int _PyTestCapi_Init_GetArgs(PyObject *module);
#ifdef LIMITED_API_AVAILABLE
int _PyTestCapi_Init_VectorcallLimited(PyObject *module);