Commit 1e5b4e22 authored by Robert Bradshaw's avatar Robert Bradshaw

Fix test missing nogil annotation.

parent 473b5df8
......@@ -12,7 +12,7 @@ from libcpp cimport bool
cdef out(s, result_type=None):
print '%s [%s]' % (s.decode('ascii'), result_type)
cdef extern from "cpp_operators_helper.h":
cdef extern from "cpp_operators_helper.h" nogil:
cdef cppclass TestOps:
const_char* operator+()
......
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