Some cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -643,8 +643,9 @@ void wxPyBeginBlockThreads() {
|
|||||||
|
|
||||||
void wxPyEndBlockThreads() {
|
void wxPyEndBlockThreads() {
|
||||||
#ifdef WXP_WITH_THREAD
|
#ifdef WXP_WITH_THREAD
|
||||||
PyThreadState* tstate = PyEval_SaveThread();
|
|
||||||
// Is there any need to save it again?
|
// Is there any need to save it again?
|
||||||
|
// PyThreadState* tstate =
|
||||||
|
PyEval_SaveThread();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user