Home | History | Annotate | Download | only in Modules

Lines Matching defs:newobj

76 #define NEWOBJ   '\x81' /* build object by applying cls.__new__ to argtuple */
2395 static char newobj = NEWOBJ;
2442 * NEWOBJ. This consumes a lot of code.
2519 /* Add NEWOBJ opcode. */
2520 if (self->write_func(self, &newobj, 1) < 0)
2524 /* Not using NEWOBJ. */
4007 PyErr_SetString(UnpicklingError, "NEWOBJ expected an arg "
4016 PyErr_SetString(UnpicklingError, "NEWOBJ class argument "
4021 PyErr_SetString(UnpicklingError, "NEWOBJ class argument "
4884 case NEWOBJ:
5301 case NEWOBJ: