This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Avraham Mahfuda
Recipients Avraham Mahfuda
Date 2020-02-05.07:38:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580888299.0.0.965711454165.issue39557@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-02-05 07:38:19Avraham Mahfudasetrecipients: + Avraham Mahfuda
2020-02-05 07:38:19Avraham Mahfudasetmessageid: <1580888299.0.0.965711454165.issue39557@roundup.psfhosted.org>
2020-02-05 07:38:18Avraham Mahfudalinkissue39557 messages
2020-02-05 07:38:18Avraham Mahfudacreate