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 tomMoral
Recipients tomMoral
Date 2019-12-20.06:52:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576824742.02.0.740148547005.issue39104@roundup.psfhosted.org>
In-reply-to
Content
The attached scripts hangs on python3.7+.
This is due to the fact that the main process closes the communication channels directly while the queue_management_thread might still use them.

To prevent that, all the closing should be handled by the queue_management_thread.
History
Date User Action Args
2019-12-20 06:52:22tomMoralsetrecipients: + tomMoral
2019-12-20 06:52:22tomMoralsetmessageid: <1576824742.02.0.740148547005.issue39104@roundup.psfhosted.org>
2019-12-20 06:52:21tomMorallinkissue39104 messages
2019-12-20 06:52:21tomMoralcreate