commit | 5b6fc639988c673a401ca3820479a4cce979753e | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 07 21:49:25 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 07 21:49:25 2011 +0000 |
tree | d4328473ec52aaaaf850183b4e43af10531e00f5 | |
parent | ff17385fbde2b4fcd5d309e14904a9a27a742b8c [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. ........