On Wed, 15 Mar 2006 20:18:28 +0100, Fredrik Lundh <[EMAIL PROTECTED]> 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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to