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 rhettinger
Recipients
Date 2007-07-22.16:19:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The reasons for rejecting the roundrobin proposal still apply three years later.  It is somewhat use case challenged.

FWIW, there is a reasonably efficient pure python implementation using collections.deque().  See http://docs.python.org/lib/deque-recipes.html for an unoptimized recipe which can be fine-tuned to use bound methods and all local variables for better speed.
History
Date User Action Args
2007-08-23 16:12:56adminlinkissue1757395 messages
2007-08-23 16:12:56admincreate