]> granicus.if.org Git - python/commit
bpo-27144: concurrent.futures as_complete and map iterators do not keep reference...
authorGrzegorz Grzywacz <grzgrzgrz3@gmail.com>
Fri, 1 Sep 2017 16:54:00 +0000 (18:54 +0200)
committerAntoine Pitrou <pitrou@free.fr>
Fri, 1 Sep 2017 16:54:00 +0000 (18:54 +0200)
commit97e1b1c81458d2109b2ffed32ffa1eb643a6c3b9
treee87029349aa808857ea5e2d1582f0f9f66f0cfad
parent16432beadb8eba079c9786cc0c0eaacfd9fd2f7b
bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (#1560)

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

* Some nits.  Improve wordings in docstrings and comments, and avoid relying on
sys.getrefcount() in tests.
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]