We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1511ef4 commit 92f27a3Copy full SHA for 92f27a3
src_c/rect_impl.h
@@ -1214,7 +1214,7 @@ RectExport_unionall(RectObject *self, PyObject *arg)
1214
}
1215
1216
for (loop = 0; loop < size; ++loop) {
1217
- obj = PySequence_GetItem(arg, loop);
+ obj = PySequence_ITEM(arg, loop);
1218
if (!obj || !(argrect = RectFromObject(obj, &temp))) {
1219
Py_XDECREF(obj);
1220
return RAISE(
@@ -1283,7 +1283,7 @@ RectExport_unionallIp(RectObject *self, PyObject *arg)
1283
1284
1285
1286
1287
1288
1289
0 commit comments