spack/var/spack/repos/builtin/packages/py-gevent/cython.patch
Juan Miguel Carceller d5ccf8203d
py-gevent: add patch for Cython 3.0.10 and 3.0.11 (#46845)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2024-10-07 17:38:36 +02:00

9 lines
213 B
Diff

--- a/src/gevent/_gevent_cqueue.pxd
+++ b/src/gevent/_gevent_cqueue.pxd
@@ -75,7 +75,6 @@ cdef class ItemWaiter(Waiter):
cdef readonly Queue queue
-@cython.final
cdef class UnboundQueue(Queue):
pass