bpo-30775: Clear potential ref cycle between Process and Process target by pitrou · Pull Request #2470 · python/cpython
Besides Process.join() not being called, this was an indirect cause of bpo-30775. The threading module already does this.
pitrou
deleted the
process_lose_target_ref
branch
pitrou added a commit to pitrou/cpython that referenced this pull request
…ythonGH-2470) * Clear potential ref cycle between Process and Process target Besides Process.join() not being called, this was an indirect cause of bpo-30775. The threading module already does this. * Add issue reference. (cherry picked from commit 79d37ae)
pitrou added a commit to pitrou/cpython that referenced this pull request
…ythonGH-2470) * Clear potential ref cycle between Process and Process target Besides Process.join() not being called, this was an indirect cause of bpo-30775. The threading module already does this. * Add issue reference. (cherry picked from commit 79d37ae)
pitrou added a commit to pitrou/cpython that referenced this pull request
…ythonGH-2470) * Clear potential ref cycle between Process and Process target Besides Process.join() not being called, this was an indirect cause of bpo-30775. The threading module already does this. * Add issue reference. (cherry picked from commit 79d37ae)
pitrou added a commit that referenced this pull request
pitrou added a commit that referenced this pull request
vstinner
changed the title
Clear potential ref cycle between Process and Process target
bpo-30775: Clear potential ref cycle between Process and Process target
vstinner pushed a commit that referenced this pull request