Searched refs:pdef (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Delf.c113 PyObject *pdef = (PyObject *)info; local
125 rval = PyList_Append(pdef, ent);
414 PyObject *pdef = NULL; local
446 if ((pdef = PyList_New(0)) == NULL)
449 dyn->vers, pythonify_1dliblist_cb, pdef, dyn) == -1) {
452 if (PyDict_SetItemString(pdict, "vers", pdef) != 0) {
455 Py_CLEAR(pdef);
495 Py_XDECREF(pdef);

Completed in 39 milliseconds