Antoine Pitrou <pit...@free.fr> added the comment:

Nice work! I also think heap_gc_deadlock_lockless.diff is good, except for 
Victor's reservation: is it deliberate that you reversed the following two 
statements in _free_pending_blocks(), compared to the code in free()?

+            self._free(block)
+            self._allocated_blocks.remove(block)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12352>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to