Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c532 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear() function
542 SystemExit_clear(self); in SystemExit_dealloc()
/external/python/cpython3/Objects/
Dexceptions.c570 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear() function
580 SystemExit_clear(self); in SystemExit_dealloc()