Home | History | Annotate | Download | only in Modules

Lines Matching refs:codesize

2590     copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize);

2601 sizeof(PatternObject) + self->codesize * sizeof(SRE_CODE) - offset);
2764 self->codesize = n;
3266 if (!_validate_outer(self->code, self->code+self->codesize, self->groups))
4028 PyDict_SetItemString(d, "CODESIZE", x);