SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

Clear potential ref cycle between Process and Process target (#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
A
Antoine Pitrou committed
79d37ae979a65ada0b2ac820279ccc3b1cd41ba6
Parent: a79f8fa
Committed by Victor Stinner <victor.stinner@gmail.com> on 6/28/2017, 10:29:08 AM