Home | History | Annotate | Download | only in Python

Lines Matching refs:Py_SIZE

175     if (Py_SIZE(ob) == 0) {
181 n = ABS(Py_SIZE(ob));
194 w_long((long)(Py_SIZE(ob) > 0 ? l : -l), p);
595 Py_SIZE(ob) = n > 0 ? size : -size;