asyncio
asyncio copied to clipboard
Tulip-related changes for http://bugs.python.org/issue1191964
These are the tulip/asyncio changes to allow for non-blocking
subprocess.Popen() functionality from http://bugs.python.org/issue1191964.
Technically speaking, this patch does not actually need to be applied. It
primarily offers a first step to minimize duplicated code -
windows_utils.py:pipe() having been moved/copied to the standard library
subprocess module in http://bugs.python.org/issue1191964.
Original issue reported on code.google.com by [email protected] on 30 May 2014 at 12:01
Attachments: