]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Sep 2010 12:37:10 +0000 (12:37 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Sep 2010 12:37:10 +0000 (12:37 +0000)
commit079ce54efeaed08af1ee979e5f794754337e9c1b
tree96682a5440b3b8d419fff558c22d81715cd9bf7f
parent121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40
Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid
thread-local storage key.
Misc/NEWS
Python/pystate.c