commit | b7fb2e25fb826b5c654e5989183f1cca6b8ad450 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 07 21:43:59 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 07 21:43:59 2011 +0000 |
tree | 054b0a9c597e651c4cc182553d384c8d0638bb12 | |
parent | 1122fa2eb4b0942e26ea12cfc0bd1e497411738b [diff] [blame] |
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.
diff --git a/Misc/ACKS b/Misc/ACKS index fbc9326..6010ace 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -46,6 +46,7 @@ Greg Ball Luigi Ballabio Jeff Balogh +Matt Bandy Michael J. Barber Chris Barker Nick Barnes