forked from pool/python-gevent
- Add gh-2031-cython-workaround.patch which fixes a regression with Cython 3.0.10 which caused an FTBFS with GCC 14 OBS-URL: https://build.opensuse.org/request/show/1177321 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=111
12 lines
389 B
Diff
12 lines
389 B
Diff
diff -Nru gevent-24.2.1.orig/src/gevent/_gevent_cqueue.pxd gevent-24.2.1/src/gevent/_gevent_cqueue.pxd
|
|
--- gevent-24.2.1.orig/src/gevent/_gevent_cqueue.pxd 2024-02-14 12:22:11.000000000 +0100
|
|
+++ gevent-24.2.1/src/gevent/_gevent_cqueue.pxd 2024-05-28 12:54:09.729241504 +0200
|
|
@@ -75,7 +75,6 @@
|
|
cdef readonly Queue queue
|
|
|
|
|
|
-@cython.final
|
|
cdef class UnboundQueue(Queue):
|
|
pass
|
|
|