mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-19 16:51:59 +03:00
Merge 3662e34ff1
into 10568c31df
This commit is contained in:
commit
e8b7b82086
2
path.c
2
path.c
|
@ -560,7 +560,7 @@ path_subscript(PyPathObject* self, PyObject* item) {
|
|||
int len = 4;
|
||||
Py_ssize_t start, stop, step, slicelength;
|
||||
|
||||
#if PY_VERSION_HEX >= 0x03000000
|
||||
#if PY_VERSION_HEX >= 0x03020000
|
||||
if (PySlice_GetIndicesEx(item, len, &start, &stop, &step, &slicelength) < 0)
|
||||
return NULL;
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue
Block a user