Commit 67c6b409 authored by gsamain's avatar gsamain

Fix basic tests

parent 5d30153b
......@@ -64,7 +64,7 @@ ccdef class SomeMemory:
"""
self.a += 3
ccdef void foo2(self):
cdef void foo2(self) nogil:
"""
It is possible to define native C/Cython methods
that release the GIL (cool...)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment