Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsysmodule.c490 PyObject *auditArgs = _PyTuple_FromArray(args + 1, argc - 1); in sys_audit() local
491 if (!auditArgs) { in sys_audit()
495 int res = _PySys_Audit(tstate, event, "O", auditArgs); in sys_audit()
496 Py_DECREF(auditArgs); in sys_audit()