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

Antoine Pitrou report at bugs.python.org
Mon May 6 00:02:39 CEST 2013


New submission from Antoine Pitrou:

Thread states are stored in a singly linked list, which makes some operations more cumbersome than they should be. Since memory consumption is far from critical here, it would be easier to handle them with a doubly linked list.

----------
components: Interpreter Core
messages: 188471
nosy: pitrou
priority: low
severity: normal
stage: needs patch
status: open
title: thread states should use a doubly-linked list
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list