diff options
author | Yury Selivanov <yury@magic.io> | 2016-09-15 20:51:48 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-09-15 20:51:48 (GMT) |
commit | 4c5bf3bc527b67dd2a6f03c772287842124d607b (patch) | |
tree | 598a0e23775699fbade70ff6ca8a3f6071aebc6d /Misc | |
parent | 45dccdad93fbfa5c2b90a697b47d5286115827aa (diff) | |
download | cpython-4c5bf3bc527b67dd2a6f03c772287842124d607b.zip cpython-4c5bf3bc527b67dd2a6f03c772287842124d607b.tar.gz cpython-4c5bf3bc527b67dd2a6f03c772287842124d607b.tar.bz2 |
Issue #26909: Fix slow pipes IO in asyncio.
Patch by INADA Naoki.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -272,6 +272,9 @@ Library - Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. Patch by iceboy. +- Issue #26909: Fix slow pipes IO in asyncio. + Patch by INADA Naoki. + IDLE ---- |