git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-07-06 01:10:38 +00:00
parent c2dac7366c
commit 46e10fde20
2 changed files with 3 additions and 3 deletions

View File

@@ -590,10 +590,10 @@ void wxPySaveThreadState(PyThreadState* tstate) {
if (info.tstate != tstate)
wxLogMessage("*** tstate mismatch!???");
#endif
// info.tstate = tstate; *** DO NOT updating existing ones???
// info.tstate = tstate; *** DO NOT update existing ones???
// Normally it will never change, but apparently COM callbacks
// (i.e. ActiveX controls) will (incorrectly IMHO) use a transient
// tstate wich will then be garbage the next time we try to use
// tstate which will then be garbage the next time we try to use
// it...
wxPyTMutex->Unlock();
return;