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