Searched refs:PyCell_SET (Results 1 – 7 of 7) sorted by relevance
23 #define PyCell_SET(op, v) ((void)(((PyCellObject *)(op))->ob_ref = v)) macro
73 PyCell_SET(op, obj); in PyCell_Set()
59 .. c:function:: void PyCell_SET(PyObject *cell, PyObject *value)
213 PyCell_SET:void:::214 PyCell_SET:PyObject*:cell:0:215 PyCell_SET:PyObject*:value:0:
3062 PyCell_SET(cell, NULL); in _PyEval_EvalFrameDefault()3132 PyCell_SET(cell, v); in _PyEval_EvalFrameDefault()6341 PyCell_SET(c, NULL); in unicode_concatenate()
1500 :c:func:`PyCell_SET` macros can no longer be used as l-value or r-value. For
2175 :c:func:`PyCell_SET` macros can no longer be used as l-value or r-value.