summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-08 12:37:10 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-08 12:37:10 (GMT)
commit079ce54efeaed08af1ee979e5f794754337e9c1b (patch)
tree96682a5440b3b8d419fff558c22d81715cd9bf7f /Misc
parent121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40 (diff)
downloadcpython-079ce54efeaed08af1ee979e5f794754337e9c1b.zip
cpython-079ce54efeaed08af1ee979e5f794754337e9c1b.tar.gz
cpython-079ce54efeaed08af1ee979e5f794754337e9c1b.tar.bz2
Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid
thread-local storage key.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7a00e14..894983a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2 Alpha 3?
Core and Builtins
-----------------
+- Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid
+ thread-local storage key.
+
Library
-------