Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h61 #define LOAD_ASSERTION_ERROR 74 macro
/third_party/python/Doc/library/
Ddis.rst727 .. opcode:: LOAD_ASSERTION_ERROR
/third_party/python/Python/
Dcompile.c1192 case LOAD_ASSERTION_ERROR: in stack_effect()
3467 ADDOP(c, LOAD_ASSERTION_ERROR); in compiler_assert()
Dceval.c2720 case TARGET(LOAD_ASSERTION_ERROR): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/whatsnew/
D3.9.rst1194 * The :opcode:`LOAD_ASSERTION_ERROR` opcode was added for handling the