]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
authorGuido van Rossum <guido@python.org>
Mon, 28 Sep 2015 14:42:34 +0000 (07:42 -0700)
committerGuido van Rossum <guido@python.org>
Mon, 28 Sep 2015 14:42:34 +0000 (07:42 -0700)
commit99f96c54517b8a130b2c7080e9b7ef93e166f77e
treeef3478a406121737be2f811d350578043436325d
parent16a1f281942a5bd1f00d038187cad970c1d173e1
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
Lib/asyncio/queues.py
Lib/test/test_asyncio/test_queues.py
Misc/NEWS