-
Denis Bilenko authored
BACKWARD INCOMPATIBLE: Queue(0) is now the same as Queue(None). This simplifies implementation and removes the difference between gevent's Queue and queues from Queue and multiprocessing. Use Channel instead of Queue(0).
e1b9d834