Home
last modified time | relevance | path

Searched refs:_Py_SET_TYPE (Results 1 – 12 of 12) sorted by relevance

/dports/devel/mercurial/mercurial-6.0/contrib/python-zstandard/zstd/common/
H A Dpythoncapi_compat.h69 _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) in _Py_SET_TYPE() function
73 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE((PyObject*)(ob), type)
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dpythoncapi_compat.h69 _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) in _Py_SET_TYPE() function
73 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE((PyObject*)(ob), type)
/dports/archivers/py-zstandard/zstandard-0.16.0/c-ext/
H A Dpythoncapi_compat.h79 _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) in _Py_SET_TYPE() function
83 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type)
/dports/devel/py-bitarray/bitarray-2.3.4/bitarray/
H A Dpythoncapi_compat.h119 _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) in _Py_SET_TYPE() function
123 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type)
/dports/devel/py-immutables/immutables-0.16/immutables/
H A Dpythoncapi_compat.h156 _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) in _Py_SET_TYPE() function
160 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type)
/dports/archivers/py-zstd/zstd-1.5.0.4/src/
H A Dpythoncapi_compat.h137 _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) in _Py_SET_TYPE() function
141 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type)
/dports/lang/python39/Python-3.9.9/Include/
H A Dobject.h137 static inline void _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) { in _Py_SET_TYPE() function
140 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type)
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dobject.h137 static inline void _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) { in _Py_SET_TYPE() function
140 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type)
/dports/lang/python310/Python-3.10.1/Include/
H A Dobject.h157 static inline void _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) { in _Py_SET_TYPE() function
160 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type)
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dobject.h163 static inline void _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) { in _Py_SET_TYPE() function
166 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type)
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dobject.h157 static inline void _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) { in _Py_SET_TYPE() function
160 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type)
/dports/lang/python311/Python-3.11.0a3/Doc/whatsnew/
H A D3.11.rst683 static inline void _Py_SET_TYPE(PyObject *ob, PyTypeObject *type)
685 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE((PyObject*)(ob), type)