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

SourceForge.net noreply at sourceforge.net
Thu Jul 6 03:44:55 CEST 2006


Patches item #1220212, was opened at 2005-06-14 04:11
Message generated for change (Comment added) made by kap4020
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: Karl Pietrzak (kap4020)
Date: 2006-07-05 20:44

Message:
Logged In: YES 
user_id=1537118

So is there a reason this isn't in the latest Python?  The 
patch is tiny. 

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

Comment By: Martin v. Löwis (loewis)
Date: 2005-07-11 11: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