Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h111 #define DELETE_DEREF 138 macro
/external/python/cpython3/Doc/library/
Ddis.rst1048 .. opcode:: DELETE_DEREF (i)
/external/python/cpython3/Python/
Dcompile.c1082 case DELETE_DEREF: in stack_effect()
3611 case Del: op = DELETE_DEREF; break; in compiler_nameop()
Dceval.c2643 case TARGET(DELETE_DEREF): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Misc/
DHISTORY11938 of the compiler has been lifted, and a new opcode introduced (DELETE_DEREF).