Skip to content

Commit 1722a38

Browse files
committed
Fix Cython 3 patch
1 parent 9c2c57b commit 1722a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graalpython/lib-graalpython/patches/Cython/Cython-3.0.10.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ index 0a50bc5..f93b3cc 100644
303303
#else
304304
if (s1 == s2) {
305305
diff --git a/Cython/Utility/arrayarray.h b/Cython/Utility/arrayarray.h
306-
index a9e4923..cf704c9 100644
306+
index a9e4923..be07e56 100644
307307
--- a/Cython/Utility/arrayarray.h
308308
+++ b/Cython/Utility/arrayarray.h
309309
@@ -32,30 +32,31 @@ typedef struct arraydescr {
@@ -329,7 +329,7 @@ index a9e4923..cf704c9 100644
329329
+ unsigned short *as_ushorts;
330330
+ Py_UNICODE *as_pyunicodes;
331331
+ void *as_voidptr;
332-
+} __data_union
332+
+} __data_union;
333333

334334
struct arrayobject {
335335
PyObject_HEAD

0 commit comments

Comments
 (0)