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 9c2c57b commit 1722a38Copy full SHA for 1722a38
graalpython/lib-graalpython/patches/Cython/Cython-3.0.10.patch
@@ -303,7 +303,7 @@ index 0a50bc5..f93b3cc 100644
303
#else
304
if (s1 == s2) {
305
diff --git a/Cython/Utility/arrayarray.h b/Cython/Utility/arrayarray.h
306
-index a9e4923..cf704c9 100644
+index a9e4923..be07e56 100644
307
--- a/Cython/Utility/arrayarray.h
308
+++ b/Cython/Utility/arrayarray.h
309
@@ -32,30 +32,31 @@ typedef struct arraydescr {
@@ -329,7 +329,7 @@ index a9e4923..cf704c9 100644
329
+ unsigned short *as_ushorts;
330
+ Py_UNICODE *as_pyunicodes;
331
+ void *as_voidptr;
332
-+} __data_union
++} __data_union;
333
334
struct arrayobject {
335
PyObject_HEAD
0 commit comments