]> granicus.if.org Git - python/commit
asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() accept bytea...
authorGuido van Rossum <guido@python.org>
Wed, 27 Nov 2013 22:12:48 +0000 (14:12 -0800)
committerGuido van Rossum <guido@python.org>
Wed, 27 Nov 2013 22:12:48 +0000 (14:12 -0800)
commita5062c5d81ba4d955edba55ff74d63110f1004a4
treede172f89ed1fdc09158a2c2907a7464d82624e59
parentf28ce60441e28ffcfca1eede81f906b30a3ab589
asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() accept bytearray/memoryview too. Change some asserts with proper exceptions.
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py