Searched refs:ptype_ustr (Results 1 – 1 of 1) sorted by relevance
351 PyObject *pvalue_ustr, *ptype_ustr, *ptraceback_ustr; in mraa_gpio_interrupt_handler() local354 ptype_ustr = PyUnicode_AsUTF8String(ptype_pystr); in mraa_gpio_interrupt_handler()355 ptype_cstr = PyBytes_AsString(ptype_ustr); in mraa_gpio_interrupt_handler()373 Py_XDECREF(ptype_ustr); in mraa_gpio_interrupt_handler()