Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcontext.h73 PyAPI_FUNC(PyObject *) _PyContext_NewHamtForTests(void);
/third_party/python/Python/
Dcontext.c78 _PyContext_NewHamtForTests(void) in _PyContext_NewHamtForTests() function
/third_party/python/Modules/
D_testcapimodule.c5217 return _PyContext_NewHamtForTests(); in new_hamt()