diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-08 12:37:10 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-08 12:37:10 (GMT) |
commit | 079ce54efeaed08af1ee979e5f794754337e9c1b (patch) | |
tree | 96682a5440b3b8d419fff558c22d81715cd9bf7f /Misc | |
parent | 121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |