cpython/Lib/concurrent
Grzegorz Grzywacz 97e1b1c814 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.
2017-09-01 18:54:00 +02:00
..
futures bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (#1560) 2017-09-01 18:54:00 +02:00
__init__.py