commit | 4786787c07ba660c62a233ebfd16a8fcebc1c13e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 31 09:42:38 2016 -0700 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 31 09:42:38 2016 -0700 |
tree | 9a98f99c5a3c4d288da8672f518a071866f5f1d1 | |
parent | 8b7918a7e29b9043d6ed57e2ea799febaf2b9cc8 [diff] |
Fix ordering issues in UNIX read/write pipe transport constructors. Upstream https://github.com/python/asyncio/pull/408 by Ron Frederick.