]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/gtk/controls2.py
Significantly changed how the Python interpreter lock and thread state
authorRobin Dunn <robin@alldunn.com>
Mon, 17 Sep 2001 21:47:20 +0000 (21:47 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 17 Sep 2001 21:47:20 +0000 (21:47 +0000)
commit059a841c9651ba15b1ecc7a8c35189a813a122eb
treeb427217febda78619b66ff4e990ab55b7fe8130b
parent80823340ab3da196d5225b7c7087f4b7a7dcc35e
Significantly changed how the Python interpreter lock and thread state
are managed, which should fix the problem of running on a
multi-processor machine.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
27 files changed:
wxPython/contrib/stc/stc_.cpp
wxPython/demo/Main.py
wxPython/demo/wxComboBox.py
wxPython/src/controls.i
wxPython/src/gtk/clip_dnd.cpp
wxPython/src/gtk/controls.cpp
wxPython/src/gtk/controls.py
wxPython/src/gtk/controls2.cpp
wxPython/src/gtk/controls2.py
wxPython/src/gtk/gdi.cpp
wxPython/src/gtk/gdi.py
wxPython/src/gtk/grid.cpp
wxPython/src/gtk/grid.py
wxPython/src/gtk/html.cpp
wxPython/src/gtk/html.py
wxPython/src/gtk/misc.cpp
wxPython/src/gtk/misc2.cpp
wxPython/src/gtk/misc2.py
wxPython/src/gtk/printfw.cpp
wxPython/src/gtk/streams.cpp
wxPython/src/gtk/windows.cpp
wxPython/src/gtk/windows2.cpp
wxPython/src/gtk/windows2.py
wxPython/src/gtk/wx.cpp
wxPython/src/gtk/wx.py
wxPython/src/helpers.h
wxPython/src/misc2.i