Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h111 #define CALL_FUNCTION_EX 142 macro
/external/python/cpython3/Doc/library/
Ddis.rst1098 .. opcode:: CALL_FUNCTION_EX (flags)
1110 ``CALL_FUNCTION_EX`` pops all arguments and the callable object off the stack,
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst47 Fix stack_effect computation for CALL_FUNCTION_EX. Patch by Matthieu
D3.7.0a1.rst757 Fix stack_effect computation for CALL_FUNCTION_EX. Patch by Matthieu
/external/python/cpython3/Python/
Dcompile.c1074 case CALL_FUNCTION_EX: in stack_effect()
3757 ADDOP_I(c, CALL_FUNCTION_EX, nsubkwargs > 0); in compiler_call_helper()
Dceval.c3150 TARGET(CALL_FUNCTION_EX) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2365 have been modified, the new :opcode:`CALL_FUNCTION_EX` and