[Python-checkins] [python/cpython] ba75af: bpo-30794: added kill() method to multiprocessing....

GitHub noreply at github.com
Tue Jul 18 11:34:25 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: ba75af713078966cc594fc7f0809ed53c532c58f
      https://github.com/python/cpython/commit/ba75af713078966cc594fc7f0809ed53c532c58f
  Author: Vitor Pereira <vmsousapereira at gmail.com>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M Doc/library/multiprocessing.rst
    M Lib/multiprocessing/popen_fork.py
    M Lib/multiprocessing/popen_spawn_win32.py
    M Lib/multiprocessing/process.py
    M Lib/test/_test_multiprocessing.py
    A Misc/NEWS.d/next/Library/2017-07-04-22-00-20.bpo-30794.qFwozm.rst

  Log Message:
  -----------
  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




More information about the Python-checkins mailing list