Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h112 #define CALL_FUNCTION_EX 142 macro
/external/python/cpython3/Python/
Dcompile.c1045 case CALL_FUNCTION_EX: in PyCompile_OpcodeStackEffect()
3590 ADDOP_I(c, CALL_FUNCTION_EX, nsubkwargs > 0); in compiler_call_helper()
Dceval.c3311 TARGET(CALL_FUNCTION_EX) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2299 have been modified, the new :opcode:`CALL_FUNCTION_EX` and
/external/python/cpython3/Misc/
DNEWS52 - bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX.