Home
last modified time | relevance | path

Searched refs:_testcapimodule (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Modules/
D_testinternalcapi.c208 static struct PyModuleDef _testcapimodule = { variable
224 PyObject *module = PyModule_Create(&_testcapimodule); in PyInit__testinternalcapi()
D_testcapimodule.c39 static struct PyModuleDef _testcapimodule; variable
6397 m = PyState_FindModule(&_testcapimodule); in heapctypesubclasswithfinalizer_finalize()
6739 static struct PyModuleDef _testcapimodule = { variable
6759 m = PyModule_Create(&_testcapimodule); in PyInit__testcapi()
6957 PyState_AddModule(m, &_testcapimodule); in PyInit__testcapi()
DSetup178 #_testcapi _testcapimodule.c # Python C API test module
/external/python/cpython2/PC/VC6/
D_testcapi.dsp96 SOURCE=..\..\Modules\_testcapimodule.c
Dreadme.txt47 implemented by module Modules/_testcapimodule.c
/external/python/cpython2/RISCOS/
DMakefile316 @.^.Lib._testcapi/pyd: @.^.Modules.o._testcapimodule s.linktab
317 $(MAKEDLK) -d @.^.Lib._testcapi/pyd -s s.linktab -o @.^.Modules.o._testcapimodule -e init_testcapi
/external/python/cpython2/PC/VS9.0/
Dreadme.txt94 implemented by module Modules/_testcapimodule.c
/external/python/cpython2/PC/VS7.1/
Dreadme.txt48 implemented by module Modules/_testcapimodule.c
/external/python/cpython2/
DAndroid.bp485 "Modules/_testcapimodule.c",
/external/python/cpython2/Modules/
DSetup.dist177 #_testcapi _testcapimodule.c # Python C API test module
/external/python/cpython3/Misc/
DHISTORY6171 - Issue #16126: PyErr_Format format mismatch in _testcapimodule.c.