Home
last modified time | relevance | path

Searched defs:PyObject_IS_GC (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro