Home
last modified time | relevance | path

Searched refs:cellvars (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Objects/
Dcodeobject.c120 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_NewWithPosOnlyArgs() argument
137 cellvars == NULL || !PyTuple_Check(cellvars) || in PyCode_NewWithPosOnlyArgs()
162 if (intern_strings(cellvars) < 0) { in PyCode_NewWithPosOnlyArgs()
178 n_cellvars = PyTuple_GET_SIZE(cellvars); in PyCode_NewWithPosOnlyArgs()
210 PyObject *cell = PyTuple_GET_ITEM(cellvars, i); in PyCode_NewWithPosOnlyArgs()
253 Py_INCREF(cellvars); in PyCode_NewWithPosOnlyArgs()
254 co->co_cellvars = cellvars; in PyCode_NewWithPosOnlyArgs()
278 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() argument
284 varnames, freevars, cellvars, filename, in PyCode_New()
554 PyObject *cellvars) in code_new_impl() argument
[all …]
/third_party/python/Objects/clinic/
Dcodeobject.c.h19 PyObject *cellvars);
40 PyObject *cellvars = NULL; in code_new() local
133 cellvars = PyTuple_GET_ITEM(args, 15); in code_new()
135 … flags, code, consts, names, varnames, filename, name, firstlineno, linetable, freevars, cellvars); in code_new()
/third_party/python/Doc/c-api/
Dcode.rst36 …sts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filena…
43 …sts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filena…
/third_party/python/Python/
Dmarshal.c1315 PyObject *cellvars = NULL; in r_object() local
1362 cellvars = r_object(p); in r_object()
1363 if (cellvars == NULL) in r_object()
1382 freevars, cellvars, filename, name, in r_object()
1392 Py_XDECREF(cellvars); in r_object()
Dcompile.c6876 PyObject *cellvars = NULL; in makecode() local
6887 cellvars = dict_keys_inorder(c->u->u_cellvars, 0); in makecode()
6888 if (!cellvars) in makecode()
6890 freevars = dict_keys_inorder(c->u->u_freevars, PyTuple_GET_SIZE(cellvars)); in makecode()
6896 !merge_const_one(c, &cellvars) || in makecode()
6937 varnames, freevars, cellvars, c->c_filename, in makecode()
6945 Py_XDECREF(cellvars); in makecode()
/third_party/python/Misc/NEWS.d/
D3.6.4rc1.rst8 constructor based on freevars and cellvars, rather than needing to be set
D3.7.0a3.rst8 constructor based on freevars and cellvars, rather than needing to be set
/third_party/python/Doc/data/
Drefcounts.dat249 PyCode_NewWithPosOnlyArgs:PyObject*:cellvars:0:
266 PyCode_New:PyObject*:cellvars:0: