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:
Robin Dunn 2006-09-14 20:39:33 +00:00
parent be601ceba6
commit 1ca848a2a9

View File

@ -1273,9 +1273,9 @@ extern wxPyApp *wxPythonApp;
Py_DECREF(ro); \
} \
} \
wxPyEndBlockThreads(blocked); \
if (! found) \
rval = PCLASS::CBNAME(a); \
wxPyEndBlockThreads(blocked); \
return rval; \
} \