]> granicus.if.org Git - python/commit
Add queue tests for empty, full, put_nowait, and get_nowait.
authorBrett Cannon <bcannon@gmail.com>
Fri, 23 Jul 2010 16:56:21 +0000 (16:56 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 23 Jul 2010 16:56:21 +0000 (16:56 +0000)
commit671153db25e3cc6ba1fdd82763e401c310b22c8e
tree6b623d67df15d40a7abe7edc27242be585a634ac
parent6b0e0e41b8ceb63a56421ff16c03b40adc67ae1e
Add queue tests for empty, full, put_nowait, and get_nowait.

Closes issue 9357. Thanks to Brian Brazil for the patch.
Lib/test/test_queue.py