release the GIL before calling base version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
be601ceba6
commit
1ca848a2a9
@ -1273,9 +1273,9 @@ extern wxPyApp *wxPythonApp;
|
||||
Py_DECREF(ro); \
|
||||
} \
|
||||
} \
|
||||
wxPyEndBlockThreads(blocked); \
|
||||
if (! found) \
|
||||
rval = PCLASS::CBNAME(a); \
|
||||
wxPyEndBlockThreads(blocked); \
|
||||
return rval; \
|
||||
} \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user