[Patches] [ python-Patches-1220212 ] os.kill on windows

SourceForge.net noreply at sourceforge.net
Mon Jul 11 18:30:52 CEST 2005


Patches item #1220212, was opened at 2005-06-14 11:11
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1220212&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 2.5
Status: Open
Resolution: None
>Priority: 5
Submitted By: Miki Tebeka (tebeka)
>Assigned to: Nobody/Anonymous (nobody)
Summary: os.kill on windows

Initial Comment:
This patch enables os.kill on windows. This way there
will be an "out of the box" way to kill process on windows.

Basically kill calls TerminateProcess and the "signal"
paramer will be the process return code.

Don't have CVS access today so I'm sending the whole
files in a zip (sorry).

Also some config wizard need to change the winsows
configuration and set HAVE_KILL.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2005-07-11 18:30

Message:
Logged In: YES 
user_id=21627

Converted to unified diff.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1220212&group_id=5470


More information about the Patches mailing list