We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d7028 commit 2a30697Copy full SHA for 2a30697
Lib/concurrent/futures/_base.py
@@ -629,7 +629,7 @@ def result_iterator():
629
# reverse to keep finishing order
630
fs.reverse()
631
while fs:
632
- # Careful not to keep a reference to the popped future
+ # Careful not to keep a reference to the popped future or its result
633
if timeout is None:
634
result.append(_result_or_cancel(fs.pop()))
635
else:
0 commit comments