C replacement for Queue module

Jason Lai jason.lai at gmail.com
Fri Oct 21 21:32:57 EDT 2005


How about Python 2.4's collections.deque class? Supposedly it's
thread-safe, and it's implemented in C.

 - Jason




More information about the Python-list mailing list