Commit 5647f007 authored by gsamain's avatar gsamain

Fix basic tests

parent 95be8c5a
......@@ -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