Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A Dpy-3.11.patch7 * Replace arg->ob_type with Py_TYPE(arg)
8 * Replace "Py_TYPE(obj) = type" with Py_SET_TYPE(obj, type).
49 + Py_TYPE(arg)->tp_name);
58 + Py_TYPE(arg)->tp_name);
75 - Py_TYPE(&sock_type) = &PyType_Type;
76 - Py_TYPE(&sdp_session_type) = &PyType_Type;
/openbmc/linux/tools/perf/util/
H A Dpython.c49 #ifndef Py_TYPE
50 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro
706 Py_TYPE(pcpus)->tp_free((PyObject*)pcpus); in pyrf_cpu_map__delete()
775 Py_TYPE(pthreads)->tp_free((PyObject*)pthreads); in pyrf_thread_map__delete()
937 Py_TYPE(pevsel)->tp_free((PyObject*)pevsel); in pyrf_evsel__delete()
1028 Py_TYPE(pevlist)->tp_free((PyObject*)pevlist); in pyrf_evlist__delete()