Skip to content

Commit

Permalink
functions are nogil
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Dec 23, 2016
1 parent db97d9a commit 23da56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cython_gsl/gsl_errno.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdef extern from "gsl/gsl_errno.h":
ctypedef void gsl_error_handler_t(const char * reason, const char * file,
int line, int gsl_errno)
gsl_error_handler_t * gsl_set_error_handler (gsl_error_handler_t * new_handler)
gsl_error_handler_t * gsl_set_error_handler_off ()
gsl_error_handler_t * gsl_set_error_handler (gsl_error_handler_t * new_handler) nogil
gsl_error_handler_t * gsl_set_error_handler_off () nogil

0 comments on commit 23da56c

Please sign in to comment.