]> granicus.if.org Git - python/commit
[3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep referen...
authorAntoine Pitrou <pitrou@free.fr>
Fri, 1 Sep 2017 17:16:46 +0000 (19:16 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2017 17:16:46 +0000 (19:16 +0200)
commitea767915f7476c1fe97f7b1a53304d57f105bdd2
treec9945795ded82474153e56aca0560d58cc30ce51
parent98c849a2f32f6727239b4cce38b8f0ff8adeef22
[3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (GH-1560) (#3266)

bpo-27144: concurrent.futures as_complie and map iterators do not keep
reference to returned object

(cherry picked from commit 97e1b1c81458d2109b2ffed32ffa1eb643a6c3b9)
Lib/concurrent/futures/_base.py
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Library/2017-08-30-11-26-14.bpo-27144.PEDJsE.rst [new file with mode: 0644]