Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Dcode.rst36 .. c:function:: PyCodeObject* PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksi…
39 use :c:func:`PyCode_NewEmpty` instead. Calling :c:func:`PyCode_New` directly
45 …Similar to :c:func:`PyCode_New`, but with an extra "posonlyargcount" for positional-only arguments.
/third_party/python/Doc/data/
Drefcounts.dat255 PyCode_New:PyCodeObject*::+1:
256 PyCode_New:int:argcount::
257 PyCode_New:int:kwonlyargcount::
258 PyCode_New:int:nlocals::
259 PyCode_New:int:stacksize::
260 PyCode_New:int:flags::
261 PyCode_New:PyObject*:code:0:
262 PyCode_New:PyObject*:consts:0:
263 PyCode_New:PyObject*:names:0:
264 PyCode_New:PyObject*:varnames:0:
[all …]
/third_party/python/Include/cpython/
Dcode.h117 PyAPI_FUNC(PyCodeObject *) PyCode_New(
/third_party/python/Objects/
Dcodeobject.c275 PyCode_New(int argcount, int kwonlyargcount, in PyCode_New() function
/third_party/python/Doc/whatsnew/
D3.8.rst1622 code objects like :c:func:`PyCode_New`, but with an extra *posonlyargcount*
D2.7.rst2130 extensions needed to call :c:func:`PyCode_New`, which had many
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst5719 objects like :c:func:`PyCode_New`, but with an extra *posonlyargcount*
/third_party/python/Misc/
DHISTORY10596 - Issue #12949: Document the kwonlyargcount argument for the PyCode_New
19908 carefully that passing them on to PyCode_New() won't trigger calls