Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h57 #define LOAD_ASSERTION_ERROR 74 macro
/external/python/cpython3/Doc/library/
Ddis.rst726 .. opcode:: LOAD_ASSERTION_ERROR
/external/python/cpython3/Python/
Dcompile.c1110 case LOAD_ASSERTION_ERROR: in stack_effect()
3348 ADDOP(c, LOAD_ASSERTION_ERROR); in compiler_assert()
Dceval.c2305 case TARGET(LOAD_ASSERTION_ERROR): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1171 * The :opcode:`LOAD_ASSERTION_ERROR` opcode was added for handling the