Params: nogil at the end (#29983)

* nogil at the end

* Wrong pr

* Wrong pr
pull/29946/head
Justin Newberry 2 years ago committed by GitHub
parent b50a769ae9
commit 206fab9b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      common/params_pyx.pyx

@ -14,7 +14,7 @@ cdef extern from "common/params.h":
ALL
cdef cppclass c_Params "Params":
c_Params(string) nogil except +
c_Params(string) except + nogil
string get(string, bool) nogil
bool getBool(string, bool) nogil
int remove(string) nogil

Loading…
Cancel
Save