]> granicus.if.org Git - python/commit
bpo-30794: added kill() method to multiprocessing.Process (#2528)
authorVitor Pereira <vmsousapereira@gmail.com>
Tue, 18 Jul 2017 15:34:23 +0000 (16:34 +0100)
committerAntoine Pitrou <pitrou@free.fr>
Tue, 18 Jul 2017 15:34:23 +0000 (17:34 +0200)
commitba75af713078966cc594fc7f0809ed53c532c58f
treed55ae73192947f840b4e28457fec3d7fc32f875e
parentf474c5a3f3c1fbc0383800b88e8518d43a52d1d1
bpo-30794: added kill() method to multiprocessing.Process (#2528)

* bpo-30794: added kill() method to multiprocessing.Process

* Added entries to documentation and NEWS

* Refactored test_terminate and test_kill

* Fix SIGTERM and SIGKILL being used on Windows for the tests

* Added "versionadded" marker to the documentation

* Fix trailing whitespace in doc
Doc/library/multiprocessing.rst
Lib/multiprocessing/popen_fork.py
Lib/multiprocessing/popen_spawn_win32.py
Lib/multiprocessing/process.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2017-07-04-22-00-20.bpo-30794.qFwozm.rst [new file with mode: 0644]