Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h120 #define BUILD_MAP_UNPACK_WITH_CALL 151 macro
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a2.rst27 Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling function with
D3.5.4rc1.rst132 caused by the malformed variant of the BUILD_MAP_UNPACK_WITH_CALL opcode
/external/python/cpython3/Doc/library/
Ddis.rst898 .. opcode:: BUILD_MAP_UNPACK_WITH_CALL (count)
1104 a callable object to call. :opcode:`BUILD_MAP_UNPACK_WITH_CALL` and
/external/python/cpython3/Python/
Dcompile.c1015 case BUILD_MAP_UNPACK_WITH_CALL: in stack_effect()
3755 ADDOP_I(c, BUILD_MAP_UNPACK_WITH_CALL, nsubkwargs); in compiler_call_helper()
Dceval.c2503 TARGET(BUILD_MAP_UNPACK_WITH_CALL) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2364 :opcode:`CALL_FUNCTION_KW` and :opcode:`BUILD_MAP_UNPACK_WITH_CALL` opcodes