]> granicus.if.org Git - python/commit
Issue #21723: asyncio.Queue: support any type of number (ex: float) for the
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jun 2014 21:36:21 +0000 (23:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jun 2014 21:36:21 +0000 (23:36 +0200)
commit66dc6b0f5355857ea73f59e6eb2066bf6604d322
tree2b0623f93acf592dc56417b44d8afefba4ef9d48
parent14fbe72777b5250ad3ca9867916a7740eebad9bb
Issue #21723: asyncio.Queue: support any type of number (ex: float) for the
maximum size. Patch written by Vajrasky Kok.
Lib/asyncio/queues.py
Lib/test/test_asyncio/test_queues.py
Misc/NEWS