This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tebeka
Recipients
Date 2005-06-14.09:11:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:43:16adminlinkissue1220212 messages
2007-08-23 15:43:16admincreate