bpo-35378: Fix multiprocessing.Pool references by pablogsal · Pull Request #11627 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

Fix a reference issue inside multiprocessing.Pool that caused the pool
to remain alive if it was deleted without being closed or terminated
explicitly.

pitrou

vstinner

eric-wieser

Labels

tests

Tests in the Lib/test dir

type-bug

An unexpected behavior, bug, or error