Searched refs:docobj (Results 1 – 1 of 1) sorted by relevance
1171 PyObject *docobj; in PyErr_NewExceptionWithDoc() local1181 docobj = PyUnicode_FromString(doc); in PyErr_NewExceptionWithDoc()1182 if (docobj == NULL) in PyErr_NewExceptionWithDoc()1184 result = PyDict_SetItemString(dict, "__doc__", docobj); in PyErr_NewExceptionWithDoc()1185 Py_DECREF(docobj); in PyErr_NewExceptionWithDoc()