diff options
author | Antoine Pitrou <pitrou@free.fr> | 2017-06-28 10:29:08 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-06-28 10:29:08 (GMT) |
commit | 79d37ae979a65ada0b2ac820279ccc3b1cd41ba6 (patch) | |
tree | b1dabd3de47332efda05fa3f45e916b38b396912 /Lib/asyncio/protocols.py | |
parent | a79f8faccf5e26f55e8b9496ad49d2071b5e299c (diff) | |
download | cpython-79d37ae979a65ada0b2ac820279ccc3b1cd41ba6.zip cpython-79d37ae979a65ada0b2ac820279ccc3b1cd41ba6.tar.gz cpython-79d37ae979a65ada0b2ac820279ccc3b1cd41ba6.tar.bz2 |
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
Diffstat (limited to 'Lib/asyncio/protocols.py')
0 files changed, 0 insertions, 0 deletions