Antoine Pitrou <[EMAIL PROTECTED]> added the comment: 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. ---------- nosy: +pitrou _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3119> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com