This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2013-05-05.22:02:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367791359.52.0.60418083975.issue17912@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-05 22:02:39pitrousetrecipients: + pitrou
2013-05-05 22:02:39pitrousetmessageid: <1367791359.52.0.60418083975.issue17912@psf.upfronthosting.co.za>
2013-05-05 22:02:39pitroulinkissue17912 messages
2013-05-05 22:02:39pitroucreate