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 8002da6 commit 81be755Copy full SHA for 81be755
graalpython/lib-graalpython/patches/numpy/sdist/numpy-1.23.5.patch
@@ -270,13 +270,13 @@ index 4fb4d4b..a721a60 100644
270
return -1;
271
}
272
- *out_objs = PySequence_Fast_ITEMS(seq);
273
-- *out_kwd_obj = seq;
274
-+ *out_kwd_obj = PyTuple_Pack(1, *out_kwd_obj);
+ *out_kwd_obj = seq;
275
return PySequence_Fast_GET_SIZE(seq);
276
277
else {
278
- Py_INCREF(*out_kwd_obj);
+- Py_INCREF(*out_kwd_obj);
279
- *out_objs = out_kwd_obj;
++ *out_kwd_obj = PyTuple_Pack(1, *out_kwd_obj);
280
return 1;
281
282
0 commit comments