Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c512 PyObject *auditArgs = _PyTuple_FromArray(args + 1, argc - 1); in sys_audit() local
513 if (!auditArgs) { in sys_audit()
517 int res = _PySys_Audit(tstate, event, "O", auditArgs); in sys_audit()
518 Py_DECREF(auditArgs); in sys_audit()