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 habnabit, jcea, pitrou
Date 2008-06-30.14:46:03
SpamBayes Score 7.701261e-06
Marked as misclassified No
Message-id <1214837180.06.0.10505858634.issue3119@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting. Why do you use a deque? You never seem to prepend or pop
from the beginning of it, so using a plain list should be as fast.

Also, your patch should add one or several unit tests to enforce the new
behaviour.
History
Date User Action Args
2008-06-30 14:46:20pitrousetspambayes_score: 7.70126e-06 -> 7.701261e-06
recipients: + pitrou, jcea, habnabit
2008-06-30 14:46:20pitrousetspambayes_score: 7.70126e-06 -> 7.70126e-06
messageid: <1214837180.06.0.10505858634.issue3119@psf.upfronthosting.co.za>
2008-06-30 14:46:04pitroulinkissue3119 messages
2008-06-30 14:46:03pitroucreate