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:
@@ -1273,9 +1273,9 @@ extern wxPyApp *wxPythonApp;
|
|||||||
Py_DECREF(ro); \
|
Py_DECREF(ro); \
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
|
wxPyEndBlockThreads(blocked); \
|
||||||
if (! found) \
|
if (! found) \
|
||||||
rval = PCLASS::CBNAME(a); \
|
rval = PCLASS::CBNAME(a); \
|
||||||
wxPyEndBlockThreads(blocked); \
|
|
||||||
return rval; \
|
return rval; \
|
||||||
} \
|
} \
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user