Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpylifecycle.h43 PyAPI_FUNC(void) _Py_RestoreSignals(void);
/third_party/python/Modules/
D_posixsubprocess.c542 _Py_RestoreSignals(); in child_exec()
Dsignalmodule.c1921 _Py_RestoreSignals(void) function