summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-10-11 21:03:26 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-10-11 21:03:26 (GMT)
commitbeaf6a02f45fe667ddcb1fbdd24f1ea7189b2105 (patch)
tree9a6492bd6a835552d3725436b1e0ce02cffa4b2c /Misc/NEWS
parenta4314c2b218fb0509a24c873a22137ff229a01fd (diff)
downloadcpython-beaf6a02f45fe667ddcb1fbdd24f1ea7189b2105.zip
cpython-beaf6a02f45fe667ddcb1fbdd24f1ea7189b2105.tar.gz
cpython-beaf6a02f45fe667ddcb1fbdd24f1ea7189b2105.tar.bz2
Issue #7084: Fix a (very unlikely) crash when printing a list from one
thread, and mutating it from another one. Patch by Scott Dial.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42a8cd9..9fc3edc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #7084: Fix a (very unlikely) crash when printing a list from one
+ thread, and mutating it from another one. Patch by Scott Dial.
+
- Issue #1571184: The Unicode database contains properties for more characters.
The tables for code points representing numeric values, white spaces or line
breaks are now generated from the official Unicode Character Database files,