Home
last modified time | relevance | path

Searched refs:_PyTuple_Resize (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython3/Include/cpython/
Dtupleobject.h13 PyAPI_FUNC(int) _PyTuple_Resize(PyObject **, Py_ssize_t);
/external/python/cpython2/Include/
Dtupleobject.h45 PyAPI_FUNC(int) _PyTuple_Resize(PyObject **, Py_ssize_t);
/external/python/cpython3/Objects/
Dgenericaliasobject.c232 if (_PyTuple_Resize(&parameters, len) < 0) { in _Py_make_parameters()
247 if (_PyTuple_Resize(&parameters, iparam) < 0) { in _Py_make_parameters()
Dunionobject.c225 _PyTuple_Resize(&new_args, added_items); in dedup_and_flatten_args()
Dstructseq.c424 if (_PyTuple_Resize(&keys, k) == -1) { in initialize_structseq_dict()
Dtupleobject.c952 _PyTuple_Resize(PyObject **pv, Py_ssize_t newsize) in _PyTuple_Resize() function
Dabstract.c2106 if (_PyTuple_Resize(&result, n) != 0) { in PySequence_Tuple()
2116 _PyTuple_Resize(&result, j) != 0) in PySequence_Tuple()
/external/python/cpython2/PC/os2vacpp/
Dpython.def463 _PyTuple_Resize
/external/python/cpython2/Doc/c-api/
Dtuple.rst139 .. c:function:: int _PyTuple_Resize(PyObject **p, Py_ssize_t newsize)
/external/python/cpython3/Doc/c-api/
Dtuple.rst100 .. c:function:: int _PyTuple_Resize(PyObject **p, Py_ssize_t newsize)
/external/python/cpython2/Doc/data/
Drefcounts.dat1836 _PyTuple_Resize:int:::
1837 _PyTuple_Resize:PyTupleObject**:p:+1:
1838 _PyTuple_Resize:int:new::
/external/python/cpython2/Objects/
Dtupleobject.c834 _PyTuple_Resize(PyObject **pv, Py_ssize_t newsize) in _PyTuple_Resize() function
Dabstract.c2227 if (_PyTuple_Resize(&result, n) != 0) {
2237 _PyTuple_Resize(&result, j) != 0)
/external/python/cpython2/PC/os2emx/
Dpython27.def566 "_PyTuple_Resize"
/external/python/cpython3/Doc/data/
Drefcounts.dat3048 _PyTuple_Resize:int:::
3049 _PyTuple_Resize:PyObject**:p:0:
3050 _PyTuple_Resize:Py_ssize_t:new::
Dpython3.10.abi1227 …<elf-symbol name='_PyTuple_Resize' type='func-type' binding='global-binding' visibility='default-v…
4032 …<function-decl name='_PyTuple_Resize' mangled-name='_PyTuple_Resize' filepath='./Include/cpython/t…
10604_PyTuple_Resize' mangled-name='_PyTuple_Resize' filepath='Objects/tupleobject.c' line='952' column…
/external/python/cpython3/Modules/
D_tkinter.c3132 return _PyTuple_Resize(&context->tuple, maxsize) >= 0; in _bump()
3205 if (_PyTuple_Resize(&context.tuple, context.size)) in _tkinter__flatten()
/external/python/cpython2/Modules/
D_tkinter.c3345 return _PyTuple_Resize(&context->tuple, maxsize) >= 0; in _bump()
3431 if (_PyTuple_Resize(&context.tuple, context.size)) in Tkinter_Flatten()
/external/python/cpython2/Python/
Dbltinmodule.c2828 if (_PyTuple_Resize(&result, j) < 0) in filtertuple()
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1121 * The :c:func:`_PyTuple_Resize` function has lost an unused parameter, so now it
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1121 * The :c:func:`_PyTuple_Resize` function has lost an unused parameter, so now it
/external/python/cpython2/Misc/
DHISTORY7435 _PyTuple_Resize(). If this affects you, you were cheating.
8503 - Fix bugs in _PyTuple_Resize() which caused hard-to-interpret garbage
/external/python/cpython3/Misc/
DHISTORY24814 _PyTuple_Resize(). If this affects you, you were cheating.
25882 - Fix bugs in _PyTuple_Resize() which caused hard-to-interpret garbage