Tim Peters added the comment:

finalize4.patch repairs the comment typos, adds a new comment, and removes the 
unused `old` argument.  I think the code is ready to ship with this.  

I still don't have a reasonably simple fails-before-works-after test case.    
But that doesn't bother me much, since "the problem" is obvious once it's been 
seen, and the patch obviously fixes it, and any way of trying to provoke this 
from pure Python will rely on implementation accidents to get exactly the right 
pieces of cyclic trash in exactly the right order in gc's internal lists.  
Still, hope springs eternal ;-)

----------
Added file: http://bugs.python.org/file35180/finalize4.patch

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

Reply via email to