Params: nogil at the end (#29983)

* nogil at the end

* Wrong pr

* Wrong pr
old-commit-hash: 206fab9b4e
This commit is contained in:
Justin Newberry 2023-09-19 15:07:54 -07:00 committed by GitHub
parent ac0c7b01c8
commit 3a7fb59234
1 changed files with 1 additions and 1 deletions

View File

@ -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