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.h125 #define BUILD_CONST_KEY_MAP 156 macro
/external/python/cpython3/Python/
Dcompile.c1019 case BUILD_CONST_KEY_MAP: in stack_effect()
1713 ADDOP_I(c, BUILD_CONST_KEY_MAP, default_count); in compiler_visit_kwonlydefaults()
1825 ADDOP_I(c, BUILD_CONST_KEY_MAP, len); in compiler_visit_annotations()
3446 ADDOP_I(c, BUILD_CONST_KEY_MAP, n); in compiler_subdict()
3656 ADDOP_I(c, BUILD_CONST_KEY_MAP, n); in compiler_subkwargs()
Dceval.c2445 TARGET(BUILD_CONST_KEY_MAP) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a2.rst38 Added BUILD_CONST_KEY_MAP opcode.
/external/python/cpython3/Doc/library/
Ddis.rst836 .. 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