Home | History | Annotate | Download | only in Modules

Lines Matching refs:NEWFALSE

84     NEWFALSE    = '\x89',
1905 const char bool_op = (obj == Py_True) ? NEWTRUE : NEWFALSE;
6486 OP_ARG(NEWFALSE, load_bool, Py_False)