Home
last modified time | relevance | path

Searched refs:BINARY_SUBSCR (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h32 #define BINARY_SUBSCR 25 macro
/external/python/cpython3/Include/
Dopcode.h27 #define BINARY_SUBSCR 25 macro
/external/python/cpython2/Python/
Dpeephole.c130 case BINARY_SUBSCR: in fold_binops_on_constants()
476 case BINARY_SUBSCR: in PyCode_Optimize()
Dcompile.c719 case BINARY_SUBSCR: in opcode_stack_effect()
3220 case Load: op = BINARY_SUBSCR; break; in compiler_handle_subscr()
Dceval.c1533 TARGET_NOARG(BINARY_SUBSCR) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst267 .. opcode:: BINARY_SUBSCR ()
/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst93 and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g.
/external/python/cpython3/Doc/library/
Ddis.rst439 .. opcode:: BINARY_SUBSCR
/external/python/cpython3/Python/
Dcompile.c910 case BINARY_SUBSCR: in stack_effect()
4833 case Load: op = BINARY_SUBSCR; break; in compiler_handle_subscr()
Dceval.c1310 TARGET(BINARY_SUBSCR) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Misc/
DHISTORY8603 between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP