Home
last modified time | relevance | path

Searched refs:LOAD_CLASSDEREF (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h117 #define LOAD_CLASSDEREF 148 macro
/external/python/cpython3/Doc/library/
Ddis.rst1037 .. opcode:: LOAD_CLASSDEREF (i)
/external/python/cpython3/Python/
Dcompile.c1089 case LOAD_CLASSDEREF: in stack_effect()
3214 op = (c->u->u_ste->ste_type == ClassBlock) ? LOAD_CLASSDEREF : LOAD_DEREF; in compiler_nameop()
Dceval.c2186 TARGET(LOAD_CLASSDEREF) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1983 * A new opcode, :opcode:`LOAD_CLASSDEREF`, has been added to fix a bug in the