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 amaury.forgeotdarc, chris.jerdonek, pitrou
Date 2012-07-11.16:13:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342023183.21.0.485500030226.issue15320@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury's patch looks obviously fine.

As for the original issue: yes, I thought I saw a traceback once due to that. Using list.pop() (or deque.pop()) instead would probably be good enough.
History
Date User Action Args
2012-07-11 16:13:03pitrousetrecipients: + pitrou, amaury.forgeotdarc, chris.jerdonek
2012-07-11 16:13:03pitrousetmessageid: <1342023183.21.0.485500030226.issue15320@psf.upfronthosting.co.za>
2012-07-11 16:13:02pitroulinkissue15320 messages
2012-07-11 16:13:02pitroucreate