Home
last modified time | relevance | path

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

/third_party/python/Modules/
Datexitmodule.c97 PyObject* the_func = Py_NewRef(cb->func); in atexit_callfuncs() local
100 _PyErr_WriteUnraisableMsg("in atexit callback", the_func); in atexit_callfuncs()
105 Py_DECREF(the_func); in atexit_callfuncs()