]> granicus.if.org Git - python/commit
asyncio (Tulip issue 110): StreamReader.read() and StreamReader.readline() now
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 23 Jan 2014 16:40:03 +0000 (17:40 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 23 Jan 2014 16:40:03 +0000 (17:40 +0100)
commit183e3477968c5b1b003fa18926fbbca7ab96ac36
tree6dd3f8297c8ada24f5481eadf783262818b80deb
parent8ce6e1100e5bb13c2e714e6cdf5d8fac77f39a94
asyncio (Tulip issue 110): StreamReader.read() and StreamReader.readline() now
raise a RuntimeError, instead of using an assertion, if another coroutine is
already waiting for incoming data
Lib/asyncio/streams.py