mirror of
https://github.com/python/cpython.git
synced 2024-11-27 23:47:29 +01:00
3cac2af5ec
* Split long.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi. * Move testcapi_long.h from Modules/_testcapi/ to Modules/_testlimitedcapi/. * Add MODULE__TESTLIMITEDCAPI_DEPS to Makefile.pre.in.
13 lines
430 B
C
Generated
13 lines
430 B
C
Generated
/*[clinic input]
|
|
preserve
|
|
[clinic start generated code]*/
|
|
|
|
PyDoc_STRVAR(_testcapi_call_long_compact_api__doc__,
|
|
"call_long_compact_api($module, arg, /)\n"
|
|
"--\n"
|
|
"\n");
|
|
|
|
#define _TESTCAPI_CALL_LONG_COMPACT_API_METHODDEF \
|
|
{"call_long_compact_api", (PyCFunction)_testcapi_call_long_compact_api, METH_O, _testcapi_call_long_compact_api__doc__},
|
|
/*[clinic end generated code: output=0ddcbc6ea06e5e21 input=a9049054013a1b77]*/
|