Commit 5d3dab76 authored by Levin Zimmermann's avatar Levin Zimmermann

fix compilation

parent 31fc6951
......@@ -564,7 +564,7 @@ cdef extern from "golang/libgolang.h" namespace "golang" nogil:
void _taskgo(void (*f)(void *), void *arg)
cdef nogil:
cdef extern nogil:
_chan* _makechan_pyexc(unsigned elemsize, unsigned size) except +topyexc:
return _makechan(elemsize, size)
......@@ -916,7 +916,7 @@ cdef class pyerror(Exception):
# ---- misc ----
cdef nogil:
cdef extern nogil:
error errors_New_pyexc(const char* text) except +topyexc:
return errors.New(text)
......
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