Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h120 #define CALL_FUNCTION_EX 142 macro
/third_party/python/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
/third_party/python/Doc/library/
Ddis.rst1147 .. opcode:: CALL_FUNCTION_EX (flags)
1155 ``CALL_FUNCTION_EX`` pops all arguments and the callable object off the stack,
/third_party/python/Python/
Dceval.c3385 PREDICT(CALL_FUNCTION_EX); in _PyEval_EvalFrameDefault()
4243 case TARGET(CALL_FUNCTION_EX): { in _PyEval_EvalFrameDefault()
4244 PREDICTED(CALL_FUNCTION_EX); in _PyEval_EvalFrameDefault()
Dcompile.c1145 case CALL_FUNCTION_EX: in stack_effect()
4538 ADDOP_I(c, CALL_FUNCTION_EX, nkwelts > 0); in compiler_call_helper()
/third_party/python/Doc/whatsnew/
D3.6.rst2365 have been modified, the new :opcode:`CALL_FUNCTION_EX` and