Home
last modified time | relevance | path

Searched refs:PyInit_faulthandler (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/PC/
Dconfig.c14 extern PyObject* PyInit_faulthandler(void);
92 {"faulthandler", PyInit_faulthandler},
/external/python/cpython3/Modules/
Dfaulthandler.c1253 PyInit_faulthandler(void) in PyInit_faulthandler() function