mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 13:32:04 +08:00
Params: nogil at the end (#29983)
* nogil at the end * Wrong pr * Wrong pr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user