Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpyerrors.h54 } PySystemExitObject; typedef
/third_party/python/Objects/
Dexceptions.c634 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
655 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear()
662 SystemExit_dealloc(PySystemExitObject *self) in SystemExit_dealloc()
670 SystemExit_traverse(PySystemExitObject *self, visitproc visit, void *arg) in SystemExit_traverse()
677 {"code", T_OBJECT, offsetof(PySystemExitObject, code), 0,