Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c528 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear() function
538 SystemExit_clear(self); in SystemExit_dealloc()
/external/python/cpython3/Objects/
Dexceptions.c572 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear() function
582 SystemExit_clear(self); in SystemExit_dealloc()