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, mark.dickinson
Date 2020-02-05.08:23:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580890983.05.0.210881930803.issue39557@roundup.psfhosted.org>
In-reply-to
Content
If I understand the following code correctly, there seems to be a busy loop waiting for the SimpleQueue.put to signal that an item was entered to queue.
https://github.com/python/cpython/blob/3.7/Modules/_queuemodule.c#L217
History
Date User Action Args
2020-02-05 08:23:03Avraham Mahfudasetrecipients: + Avraham Mahfuda, mark.dickinson
2020-02-05 08:23:03Avraham Mahfudasetmessageid: <1580890983.05.0.210881930803.issue39557@roundup.psfhosted.org>
2020-02-05 08:23:03Avraham Mahfudalinkissue39557 messages
2020-02-05 08:23:03Avraham Mahfudacreate