Skip to content

Commit 03d0e48

Browse files
committed
Update cython patch
1 parent 687577f commit 03d0e48

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,18 @@ index 3ea60f5..18d1842 100644
222222
#endif
223223
else if (PyMethod_Check(method)) {
224224
diff --git a/Cython/Utility/ModuleSetupCode.c b/Cython/Utility/ModuleSetupCode.c
225-
index d8f60a4..8ede926 100644
225+
index d8f60a4..cd61759 100644
226226
--- a/Cython/Utility/ModuleSetupCode.c
227227
+++ b/Cython/Utility/ModuleSetupCode.c
228+
@@ -113,7 +113,7 @@
229+
#undef CYTHON_USE_DICT_VERSIONS
230+
#define CYTHON_USE_DICT_VERSIONS 0
231+
#undef CYTHON_USE_EXC_INFO_STACK
232+
- #define CYTHON_USE_EXC_INFO_STACK 0
233+
+ #define CYTHON_USE_EXC_INFO_STACK 1
234+
#ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
235+
#define CYTHON_UPDATE_DESCRIPTOR_DOC 0
236+
#endif
228237
@@ -995,7 +995,7 @@ static CYTHON_INLINE int __Pyx__IsSameCFunction(PyObject *func, void *cfunc) {
229238
#define __Pyx_PyFrame_SetLineNumber(frame, lineno)
230239
#else

0 commit comments

Comments
 (0)