commit | 3c6261a90b4fb9e77c2967d84a03f526174775a7 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 08 12:48:12 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 08 12:48:12 2010 +0000 |
tree | 3618fc354622410131462de907d4e5e20ec3a517 | |
parent | b58c3c7e2fbdc3ecb75562e722f6d1e87c6be063 [diff] |
Merged revisions 84623 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84623 | antoine.pitrou | 2010-09-08 14:37:10 +0200 (mer., 08 sept. 2010) | 4 lines Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid thread-local storage key. ........