Searched refs:LOAD_ATTR (Results 1 – 9 of 9) sorted by relevance
91 #define LOAD_ATTR 106 macro
79 The inline cache for ``LOAD_ATTR`` now also optimizes access to attributes
124 The ``LOAD_ATTR`` instruction now uses new "per opcode cache" mechanism and
198 Fixed a bug with the LOAD_ATTR opcode cache that was not respecting
305 if (opcode == LOAD_GLOBAL || opcode == LOAD_ATTR) { in _PyCode_InitOpcache()
1087 case LOAD_ATTR: in stack_effect()5271 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1()5350 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_augassign()
3406 case TARGET(LOAD_ATTR): { in _PyEval_EvalFrameDefault()
944 .. opcode:: LOAD_ATTR (namei)
1531 * The ``LOAD_ATTR`` instruction now uses new "per opcode cache" mechanism. It