diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-11 21:03:26 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-11 21:03:26 (GMT) |
commit | beaf6a02f45fe667ddcb1fbdd24f1ea7189b2105 (patch) | |
tree | 9a6492bd6a835552d3725436b1e0ce02cffa4b2c /Misc/NEWS | |
parent | a4314c2b218fb0509a24c873a22137ff229a01fd (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |