Home
last modified time | relevance | path

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

/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/
H A Dobjimpl.h41 #define PyObject_IS_GC(o) \ macro
/dports/lang/python38/Python-3.8.12/Include/cpython/
H A Dobjimpl.h41 #define PyObject_IS_GC(o) \ macro
/dports/lang/python-tools/Python-3.8.12/Include/cpython/
H A Dobjimpl.h41 #define PyObject_IS_GC(o) \ macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/
H A Dobjimpl.h41 #define PyObject_IS_GC(o) \ macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/
H A Dobjimpl.h41 #define PyObject_IS_GC(o) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/
H A Dobjimpl.h41 #define PyObject_IS_GC(o) \ macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobjimpl.h241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dobjimpl.h243 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dobjimpl.h241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dobjimpl.h241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dobjimpl.h238 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dobjimpl.h243 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dobjimpl.h243 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dpep384impl.h132 #define PyObject_IS_GC(o) \ macro
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dpep384impl.h132 #define PyObject_IS_GC(o) \ macro
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dpep384impl.h132 #define PyObject_IS_GC(o) \ macro
/dports/lang/python310/Python-3.10.1/Modules/
H A Dgcmodule.c2230 PyObject_IS_GC(PyObject *obj) in PyObject_IS_GC() function
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dgcmodule.c2229 PyObject_IS_GC(PyObject *obj) in PyObject_IS_GC() function
/dports/lang/python39/Python-3.9.9/Modules/
H A Dgcmodule.c2217 PyObject_IS_GC(PyObject *obj) in PyObject_IS_GC() function
/dports/editors/cudatext/CudaText-1.151.0/python4lazarus/python4lazarus/
H A DPythonEngine.pas3691 function TPythonInterface.PyObject_IS_GC( obj : PPyObject ) : Boolean; in PyObject_IS_GC() function