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 c9738d0 commit 3d32174Copy full SHA for 3d32174
graalpython/lib-graalpython/patches/Cython/sdist/Cython-0.29.32.patch
@@ -1,3 +1,16 @@
1
+diff --git a/Cython/Utility/Coroutine.c b/Cython/Utility/Coroutine.c
2
+index 1ad27df..0965cb2 100644
3
+--- a/Cython/Utility/Coroutine.c
4
++++ b/Cython/Utility/Coroutine.c
5
+@@ -1299,7 +1299,7 @@ static void __Pyx_Coroutine_del(PyObject *self) {
6
+ _Py_NewReference(self);
7
+ __Pyx_SET_REFCNT(self, refcnt);
8
+ }
9
+-#if CYTHON_COMPILING_IN_CPYTHON
10
++#if CYTHON_COMPILING_IN_CPYTHON && !GRAALVM_PYTHON
11
+ assert(PyType_IS_GC(Py_TYPE(self)) &&
12
+ _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
13
+
14
diff --git a/Cython/Utility/ModuleSetupCode.c b/Cython/Utility/ModuleSetupCode.c
15
index f8bf885..9c2534d 100644
16
--- a/Cython/Utility/ModuleSetupCode.c
0 commit comments