Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h118 #define DELETE_DEREF 138 macro
/third_party/python/Doc/library/
Ddis.rst1095 .. opcode:: DELETE_DEREF (i)
/third_party/python/Python/
Dcompile.c1164 case DELETE_DEREF: in stack_effect()
3737 case Del: op = DELETE_DEREF; break; in compiler_nameop()
Dceval.c3058 case TARGET(DELETE_DEREF): { in _PyEval_EvalFrameDefault()
/third_party/python/Misc/
DHISTORY11938 of the compiler has been lifted, and a new opcode introduced (DELETE_DEREF).