]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Do not retain references to processes and managers in TestSyncManagerTypes (GH-11801)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 9 Feb 2019 17:26:16 +0000 (09:26 -0800)
committerGitHub <noreply@github.com>
Sat, 9 Feb 2019 17:26:16 +0000 (09:26 -0800)
commit36ed5b3c4e565c1fdfe22e61b33613d98a61df7c
tree0b03c631bb3ad064fe381fd2544d3af26248f484
parent3fcfef357e64a25afd52ec6a0d1b5284cb162203
Do not retain references to processes and managers in TestSyncManagerTypes (GH-11801)

Keeping references to processes and managers between tests makes them count as dangling processes.
(cherry picked from commit 613f729e5ddd201765a9a04efc1c76decb3a19c4)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/_test_multiprocessing.py