June 18, 2009
6:32 p.m.
Eric Pruitt schrieb:
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.
The subprocess module several wrappers for win32 APIs in Modules/_subprocess.c. You could add the necessary functions. Christian