]> granicus.if.org Git - python/commit
Clear potential ref cycle between Process and Process target (#2470)
authorAntoine Pitrou <pitrou@free.fr>
Wed, 28 Jun 2017 10:29:08 +0000 (12:29 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 28 Jun 2017 10:29:08 +0000 (12:29 +0200)
commit79d37ae979a65ada0b2ac820279ccc3b1cd41ba6
treeb1dabd3de47332efda05fa3f45e916b38b396912
parenta79f8faccf5e26f55e8b9496ad49d2071b5e299c
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
Lib/multiprocessing/process.py
Lib/test/_test_multiprocessing.py