Issue #6985: number of range() items should be constrained to lie
[python.git] / Tools / modulator / Templates / object_tp_str
blob2e3648e8381fa930aaefe4d68aa1f73e05e01757
2 static PyObject *
3 $abbrev$_str($abbrev$object *self)
5         PyObject *s;
7         /* XXXX Add code here to put self into s */
8         return s;