• Grzegorz Grzywacz's avatar
    bpo-27144: concurrent.futures as_complete and map iterators do not keep... · 97e1b1c8
    Grzegorz Grzywacz authored
    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.
    97e1b1c8
_base.py 20.3 KB