[issue17912] thread states should use a doubly-linked list

Charles-François Natali report at bugs.python.org
Tue May 7 12:43:28 CEST 2013


Charles-François Natali added the comment:

> There are a couple other places, IIRC. That said, I'm not sure what the
> point is, since a linked list is quite a simple structure anyway?

Well, it was just to avoid code duplication, and gain a nice iteration macro ;-)

Anyway, I'll submit a patch later today.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17912>
_______________________________________


More information about the Python-bugs-list mailing list