[New-bugs-announce] [issue39557] ThreadPoolExecutor is busy-waiting when idle.
Avraham Mahfuda
report at bugs.python.org
Wed Feb 5 02:38:19 EST 2020
New submission from Avraham Mahfuda <avraham.mahfuda at bloxroute.com>:
In concurrent.futures.thread line 78 is busy-waiting if the queue is empty, which may cause the CPU to spin to 100% when idle.
----------
messages: 361410
nosy: Avraham Mahfuda
priority: normal
severity: normal
status: open
title: ThreadPoolExecutor is busy-waiting when idle.
type: resource usage
versions: Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39557>
_______________________________________
More information about the New-bugs-announce
mailing list