Files
cpython/Modules
Brian Curtin e5aa886b44 Implement #1220212. Add os.kill support for Windows.
os.kill takes one of two newly added signals, CTRL_C_EVENT and
CTRL_BREAK_EVENT, or any integer value. The events are a special case
which work with subprocess console applications which implement a
special console control handler. Any other value but those two will
cause os.kill to use TerminateProcess, outright killing the process.

This change adds win_console_handler.py, which is a script to implement
SetConsoleCtrlHandler and applicable handler function, using ctypes.

subprocess also gets another attribute which is a necessary flag to
creationflags in Popen in order to send the CTRL events.
2010-04-02 23:26:06 +00:00
..
2008-06-11 07:41:16 +00:00
2010-03-07 17:10:19 +00:00
2008-09-18 23:20:28 +00:00
2009-12-31 13:47:24 +00:00
2009-05-25 20:13:36 +00:00
2009-12-27 20:06:44 +00:00
2009-06-25 21:29:32 +00:00
2009-09-09 11:40:54 +00:00
2009-10-31 21:23:39 +00:00
2009-09-22 19:13:27 +00:00