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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17912>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to