Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h113 #define CALL_FUNCTION_EX 142 macro
/external/python/cpython3/Doc/library/
Ddis.rst1100 .. opcode:: CALL_FUNCTION_EX (flags)
1108 ``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.9.0a1.rst333 Predict ``BUILD_MAP_UNPACK_WITH_CALL`` -> ``CALL_FUNCTION_EX`` opcode pairs
D3.7.0a1.rst756 Fix stack_effect computation for CALL_FUNCTION_EX. Patch by Matthieu
/external/python/cpython3/Python/
Dceval.c2970 PREDICT(CALL_FUNCTION_EX); in _PyEval_EvalFrameDefault()
3546 case TARGET(CALL_FUNCTION_EX): { in _PyEval_EvalFrameDefault()
3547 PREDICTED(CALL_FUNCTION_EX); in _PyEval_EvalFrameDefault()
Dcompile.c1063 case CALL_FUNCTION_EX: in stack_effect()
4356 ADDOP_I(c, CALL_FUNCTION_EX, nkwelts > 0); in compiler_call_helper()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2365 have been modified, the new :opcode:`CALL_FUNCTION_EX` and