]> granicus.if.org Git - python/commit
[3.6] Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (GH-3270...
authorAntoine Pitrou <pitrou@free.fr>
Sun, 3 Sep 2017 13:30:55 +0000 (15:30 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Sep 2017 13:30:55 +0000 (15:30 +0200)
commit5cbca0235b8da07c9454bcaa94f12d59c2df0ad2
tree7f7e03797a77c46c4e32355317c33250bb77531c
parent98bbeb78e06d5756491705920e72f9721850c727
[3.6] Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (GH-3270) (#3271)

(cherry picked from commit 2ef3760)
Lib/concurrent/futures/_base.py
Lib/test/test_concurrent_futures.py