Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: a9705b777859f555d50eb5dcd5fc4260c42a0188 https://github.com/python/cpython/commit/a9705b777859f555d50eb5dcd5fc4260c42a0188 Author: Antoine Pitrou <pitrou at free.fr> Date: 2017年06月28日 (2017年6月28日) Changed paths: M Lib/multiprocessing/process.py M Lib/test/_test_multiprocessing.py Log Message: ----------- [3.5] Clear potential ref cycle between Process and Process target (GH-2470) (#2472) * 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 79d37ae979a65ada0b2ac820279ccc3b1cd41ba6)