]> git.saurik.com Git - wxWidgets.git/commit
Significantly changed how the Python interpreter lock and thread state
authorRobin Dunn <robin@alldunn.com>
Sun, 16 Sep 2001 01:51:13 +0000 (01:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 16 Sep 2001 01:51:13 +0000 (01:51 +0000)
commit19a97bd6f98edc899ee0c3b2f2c4fe4ee8a0082b
tree823ff34d08472402f916017a4c10d941218a4014
parent72fa862b0430bf0f4babeb392555e79e02fc8378
Significantly changed how the Python interpreter lock and thread state
are managed, which should fix the problem of running on a
multi-processor machine.

Some fixes for some of the contributed library modules.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
41 files changed:
wxPython/CHANGES.txt
wxPython/contrib/ogl/ogl.cpp
wxPython/contrib/ogl/ogl.i
wxPython/contrib/ogl/oglbasic.cpp
wxPython/contrib/ogl/oglcanvas.cpp
wxPython/contrib/ogl/oglshapes.cpp
wxPython/contrib/ogl/oglshapes2.cpp
wxPython/demo/GridSimple.py
wxPython/demo/TablePrint.py
wxPython/demo/wxProcess.py
wxPython/setup.py
wxPython/src/__version__.py
wxPython/src/clip_dnd.i
wxPython/src/controls2.i
wxPython/src/export.h
wxPython/src/gdi.i
wxPython/src/grid.i
wxPython/src/helpers.cpp
wxPython/src/helpers.h
wxPython/src/html.i
wxPython/src/misc.i
wxPython/src/misc2.i
wxPython/src/msw/clip_dnd.cpp
wxPython/src/msw/controls2.cpp
wxPython/src/msw/gdi.cpp
wxPython/src/msw/gdi.py
wxPython/src/msw/grid.cpp
wxPython/src/msw/grid.py
wxPython/src/msw/html.cpp
wxPython/src/msw/misc.cpp
wxPython/src/msw/misc2.cpp
wxPython/src/msw/printfw.cpp
wxPython/src/msw/streams.cpp
wxPython/src/msw/windows.cpp
wxPython/src/msw/wx.cpp
wxPython/src/printfw.i
wxPython/src/streams.i
wxPython/src/windows.i
wxPython/src/wx.i
wxPython/wxPython/lib/colourselect.py
wxPython/wxPython/lib/printout.py