projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for wxExecute(subprocess which produces a lot of output) bug
[wxWidgets.git]
/
wxPython
/
CHANGES.txt
diff --git
a/wxPython/CHANGES.txt
b/wxPython/CHANGES.txt
index 3169d4befbf897342acb9ce65fb1bd65f9ba79d1..11130bdba4b37510a78cdac0f48bcc613fc8ba6f 100644
(file)
--- a/
wxPython/CHANGES.txt
+++ b/
wxPython/CHANGES.txt
@@
-42,6
+42,10
@@
Added wxNativeFontInfo and wxFontMapper.
Added pySketch to the samples.
+Significantly changed how the Python interpreter lock and thread state
+are managed, which should fix the problem of running on a
+multi-processor machine.
+
2.3.1