Home
last modified time | relevance | path

Searched refs:PyCell_SET (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/cpython/
Dcellobject.h32 static inline void PyCell_SET(PyObject *op, PyObject *value) { in PyCell_SET() function
38 #define PyCell_SET(op, value) PyCell_SET(_PyObject_CAST(op), (value)) macro
/external/python/cpython3/Doc/c-api/
Dcell.rst62 .. c:function:: void PyCell_SET(PyObject *cell, PyObject *value)
/external/python/cpython3/Doc/data/
Drefcounts.dat213 PyCell_SET:void:::
214 PyCell_SET:PyObject*:cell:0:
215 PyCell_SET:PyObject*:value:0:
/external/python/cpython3/Objects/
Dframeobject.c190 PyCell_SET(cell, Py_XNewRef(value)); in framelocalsproxy_setitem()
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a3.rst1500 :c:func:`PyCell_SET` macros can no longer be used as l-value or r-value. For
/external/python/cpython3/Doc/whatsnew/
D3.10.rst2187 :c:func:`PyCell_SET` macros can no longer be used as l-value or r-value.