]> granicus.if.org Git - python/commit
Merged revisions 87834 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 21:49:25 +0000 (21:49 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 21:49:25 +0000 (21:49 +0000)
commit5b6fc639988c673a401ca3820479a4cce979753e
treed4328473ec52aaaaf850183b4e43af10531e00f5
parentff17385fbde2b4fcd5d309e14904a9a27a742b8c
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