commit | 5a72e76b6938941547dd25f9198db7d17fa36960 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 07 21:49:44 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 07 21:49:44 2011 +0000 |
tree | 4f33a626ea04bcfdef0ed0dc2ac007f8d814d889 | |
parent | 1f1613f0ccecaa8b87310caec39fc2b274205f73 [diff] |
Merged revisions 87834 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87834 | antoine.pitrou | 2011-01-07 22:43:59 +0100 (ven., 07 janv. 2011) | 5 lines Issue #8020: Avoid a crash where the small objects allocator would read non-Python managed memory while it is being modified by another thread. Patch by Matt Bandy. ........