]> granicus.if.org Git - python/commit
bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined...
authorAntoine Pitrou <pitrou@free.fr>
Wed, 16 Aug 2017 18:53:28 +0000 (20:53 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2017 18:53:28 +0000 (20:53 +0200)
commitee84a608587b930176d37303afae8a4358e15990
treeaade6691a045b2dc375af1b1afa4c2dbc01e162c
parent17657bb9458ff8f8804b7637d61686a68f4b9471
bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined on exit (#3111)

* bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined on exit

* Add NEWS blurb
Lib/multiprocessing/process.py
Lib/test/_test_multiprocessing.py
Lib/threading.py
Misc/NEWS.d/next/Library/2017-08-16-20-28-06.bpo-18966.mjHWk2.rst [new file with mode: 0644]