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 aeros
Recipients aeros, pitrou, tomMoral, vstinner
Date 2020-04-28.09:21:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588065677.72.0.380586559732.issue39995@roundup.psfhosted.org>
In-reply-to
Content
I decided to close PR-19751. Both because it does not correctly address the race condition (due to an oversight on my part) and it would add substantial overhead to _ThreadWakeup. Instead, I agree that we should explore a non-locking solution.
History
Date User Action Args
2020-04-28 09:21:17aerossetrecipients: + aeros, pitrou, vstinner, tomMoral
2020-04-28 09:21:17aerossetmessageid: <1588065677.72.0.380586559732.issue39995@roundup.psfhosted.org>
2020-04-28 09:21:17aeroslinkissue39995 messages
2020-04-28 09:21:17aeroscreate