[Python-Dev] Popen asynchronous input for Windows

Eric Pruitt eric.pruitt at gmail.com
Thu Jun 18 17:30:29 CEST 2009


Hello,

I am looking for alternatives to Josiah Carlson's asynchronous I/O patch for
subprocess.Popen. While his patch seems to work well, it relies on pywin32
which is not part of the standard Python library. If I cannot find an
alternative, I will be using cTypes with the parts of Mark Hammond's code
that I need, license permitting. Any suggestions are greatly appreciated.

Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20090618/eb14d103/attachment.htm>


More information about the Python-Dev mailing list