Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 365549 | Differences between
and this patch

Collapse All | Expand All

(-)pykde4-4.6.2.old/python/pykde4/sip/kio/kfileitem.sip (-1 / +7 lines)
Lines 236-242 Link Here
236
        
236
        
237
        len = sipCpp->count();
237
        len = sipCpp->count();
238
        
238
        
239
        if (PySlice_GetIndicesEx((PySliceObject *)a0, len, &start, &stop, &step, &slicelength) < 0)
239
        if (PySlice_GetIndicesEx(
240
#if PY_VERSION_HEX >= 0x03020000
241
          (PyObject *)a0,
242
#else
243
          (PySliceObject *)a0,
244
#endif
245
	   len, &start, &stop, &step, &slicelength) < 0)
240
            sipIsErr = 1;
246
            sipIsErr = 1;
241
        else
247
        else
242
        {
248
        {

Return to bug 365549