Home | History | Annotate | Download | only in Python

Lines Matching defs:ptype

4633         PyObject *ptype, *pvalue, *ptraceback;

4635 PyErr_Fetch(&ptype, &pvalue, &ptraceback);
4647 PyErr_Restore(ptype, pvalue, ptraceback);