]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't select for read on character devices in _UnixWritePipeTransport.
authorGuido van Rossum <guido@python.org>
Wed, 31 Aug 2016 16:40:18 +0000 (09:40 -0700)
committerGuido van Rossum <guido@python.org>
Wed, 31 Aug 2016 16:40:18 +0000 (09:40 -0700)
commit8b7918a7e29b9043d6ed57e2ea799febaf2b9cc8
tree53914f214b9ebcbbf2a27f9f926d0129f2b6412f
parent09c22adadfd90b2d85778c9f835c5ce122f529a3
Don't select for read on character devices in _UnixWritePipeTransport.

Upstream https://github.com/python/asyncio/pull/374 by Ron Frederick.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py