Home
last modified time | relevance | path

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

/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/cpython3/Modules/
DSetup.dist179 #_testcapi _testcapimodule.c # Python C API test module
D_testcapimodule.c5278 static struct PyModuleDef _testcapimodule = { variable
5298 m = PyModule_Create(&_testcapimodule); in PyInit__testcapi()
/external/python/cpython2/
DAndroid.bp437 "Modules/_testcapimodule.c",
/external/python/cpython2/PC/VS7.1/
Dreadme.txt48 implemented by module 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.