]> granicus.if.org Git - python/commit
Issue #26909: Fix slow pipes IO in asyncio.
authorYury Selivanov <yury@magic.io>
Thu, 15 Sep 2016 20:51:48 +0000 (16:51 -0400)
committerYury Selivanov <yury@magic.io>
Thu, 15 Sep 2016 20:51:48 +0000 (16:51 -0400)
commit4c5bf3bc527b67dd2a6f03c772287842124d607b
tree598a0e23775699fbade70ff6ca8a3f6071aebc6d
parent45dccdad93fbfa5c2b90a697b47d5286115827aa
Issue #26909: Fix slow pipes IO in asyncio.

Patch by INADA Naoki.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS