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 09e1c79 commit 0f50fe5Copy full SHA for 0f50fe5
Lib/concurrent/futures/thread.py
@@ -90,7 +90,7 @@ def _worker(executor_reference, work_queue, initializer, initargs):
90
91
if work_item is not None:
92
work_item.run()
93
- # Delete references to object. See issue16284
+ # Delete references to object. See GH-60488
94
del work_item
95
continue
96
0 commit comments