mirror of https://github.com/python/cpython
Browse Source
* 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 docpull/2754/head
committed by
Antoine Pitrou
6 changed files with 40 additions and 9 deletions
Loading…
Reference in new issue