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 86d0c2a commit 4f46875Copy full SHA for 4f46875
Lib/concurrent/futures/process.py
@@ -755,8 +755,8 @@ def _start_executor_manager_thread(self):
755
self._executor_manager_thread_wakeup
756
757
def _adjust_process_count(self):
758
- # gh-132969: avoid error if shutdown(wait=False) is called and state is reset
759
- # and leaving the executor still running
+ # gh-132969: avoid error when state is reset and executor is still running,
+ # which will happen when shutdown(wait=False) is called.
760
if self._processes is None:
761
return
762
0 commit comments