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 chris.jerdonek
Recipients amaury.forgeotdarc, chris.jerdonek, flox, pitrou
Date 2012-07-12.01:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342056564.66.0.975465249169.issue15320@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch.  Here is a patch that takes --forever mode into account.

I wrote this patch with the assumption that it shouldn't hurt if multiple threads call deque.extend() at the same time.
History
Date User Action Args
2012-07-12 01:29:24chris.jerdoneksetrecipients: + chris.jerdonek, amaury.forgeotdarc, pitrou, flox
2012-07-12 01:29:24chris.jerdoneksetmessageid: <1342056564.66.0.975465249169.issue15320@psf.upfronthosting.co.za>
2012-07-12 01:29:24chris.jerdoneklinkissue15320 messages
2012-07-12 01:29:23chris.jerdonekcreate