Tim Peters added the comment:

Also noting that the loop "looks funny" because it appears never to process the 
first element in the input list (unless the input list contains only one 
element).  That is, the loop starts by processing the second element in the 
list, and exits as soon as gc makes it back to the first element in the list.

----------

_______________________________________
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