Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcellobject.h23 #define PyCell_SET(op, v) ((void)(((PyCellObject *)(op))->ob_ref = v)) macro
/third_party/python/Objects/
Dcellobject.c73 PyCell_SET(op, obj); in PyCell_Set()
/third_party/python/Doc/c-api/
Dcell.rst59 .. c:function:: void PyCell_SET(PyObject *cell, PyObject *value)
/third_party/python/Doc/data/
Drefcounts.dat213 PyCell_SET:void:::
214 PyCell_SET:PyObject*:cell:0:
215 PyCell_SET:PyObject*:value:0:
/third_party/python/Python/
Dceval.c3062 PyCell_SET(cell, NULL); in _PyEval_EvalFrameDefault()
3132 PyCell_SET(cell, v); in _PyEval_EvalFrameDefault()
6341 PyCell_SET(c, NULL); in unicode_concatenate()
/third_party/python/Misc/NEWS.d/
D3.10.0a3.rst1500 :c:func:`PyCell_SET` macros can no longer be used as l-value or r-value. For
/third_party/python/Doc/whatsnew/
D3.10.rst2175 :c:func:`PyCell_SET` macros can no longer be used as l-value or r-value.