Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpyerrors.h48 } PySystemExitObject; typedef
/third_party/python/Objects/
Dexceptions.c575 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
596 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear()
603 SystemExit_dealloc(PySystemExitObject *self) in SystemExit_dealloc()
611 SystemExit_traverse(PySystemExitObject *self, visitproc visit, void *arg) in SystemExit_traverse()
618 {"code", T_OBJECT, offsetof(PySystemExitObject, code), 0,