Home
last modified time | relevance | path

Searched refs:BUILD_CONST_KEY_MAP (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h130 #define BUILD_CONST_KEY_MAP 156 macro
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a2.rst38 Added BUILD_CONST_KEY_MAP opcode.
/external/python/cpython3/Python/
Dcompile.c1087 case BUILD_CONST_KEY_MAP: in stack_effect()
2129 ADDOP_I(c, BUILD_CONST_KEY_MAP, default_count); in compiler_visit_kwonlydefaults()
3997 ADDOP_I(c, BUILD_CONST_KEY_MAP, n); in compiler_subdict()
4407 ADDOP_I(c, BUILD_CONST_KEY_MAP, n); in compiler_subkwargs()
Dceval.c3326 case TARGET(BUILD_CONST_KEY_MAP): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/library/
Ddis.rst892 .. opcode:: BUILD_CONST_KEY_MAP (count)
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2357 * The new :opcode:`BUILD_CONST_KEY_MAP` opcode to optimize the creation