bpo-35940: Do not retain references to processes and managers in TestSyncManagerTypes to avoid dangling processes by pablogsal · Pull Request #11801 · python/cpython

@pablogsal

…Types to avoid dangling processes

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 9, 2019
…Types (pythonGH-11801)

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

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>

miss-islington added a commit that referenced this pull request

Feb 9, 2019
…Types (GH-11801)

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

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>