Home
last modified time | relevance | path

Searched refs:_PyContext_NewHamtForTests (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dcontext.h73 PyAPI_FUNC(PyObject *) _PyContext_NewHamtForTests(void);
/external/python/cpython3/Python/
Dcontext.c69 _PyContext_NewHamtForTests(void) in _PyContext_NewHamtForTests() function
/external/python/cpython3/Modules/
D_testcapimodule.c4550 return _PyContext_NewHamtForTests(); in new_hamt()