]> granicus.if.org Git - python/commit
Merged revisions 87834 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 21:49:44 +0000 (21:49 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 21:49:44 +0000 (21:49 +0000)
commit5a72e76b6938941547dd25f9198db7d17fa36960
tree4f33a626ea04bcfdef0ed0dc2ac007f8d814d889
parent1f1613f0ccecaa8b87310caec39fc2b274205f73
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.
........
Misc/ACKS
Misc/NEWS
Objects/obmalloc.c