[Python-Dev] Still looking for volunteer to run Windows buildbot (original) (raw)

Jean-Paul Calderone exarkun at divmod.com
Wed Mar 15 21:30:39 CET 2006


On Wed, 15 Mar 2006 20🔞28 +0100, Fredrik Lundh <fredrik at pythonware.com> wrote:

Martin v. L� wrote:

Jean-Paul Calderone wrote: > It should actually be using TerminateProcess (depending on the > Twisted version being used, the relevant code is either in > twisted/internet/dumbwin32proc.py or > twisted/internet/win32eventreactor.py, in the signalProcess method in > either case)

So PythonWin needs to be installed on a Windows buildbot slave, right? unless someone hacks Twisted to use subprocess.TerminateProcess instead of the win32all version...

Twisted's Win32 process support also uses win32api, win32con, win32event, win32file, win32pipe, and win32security. ;P So the new subprocess module alone isn't quite a sufficient replacement...

Jean-Paul



More information about the Python-Dev mailing list