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 bquinlan
Recipients Steven.Barker, bquinlan
Date 2019-05-07.19:20:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557256855.61.0.40739049634.issue31783@roundup.psfhosted.org>
In-reply-to
Content
I think that ProcessPoolExecutor might have a similar race condition - but not in exactly this code path since it would only be with the queue management thread (which is only started once).
History
Date User Action Args
2019-05-07 19:20:55bquinlansetrecipients: + bquinlan, Steven.Barker
2019-05-07 19:20:55bquinlansetmessageid: <1557256855.61.0.40739049634.issue31783@roundup.psfhosted.org>
2019-05-07 19:20:55bquinlanlinkissue31783 messages
2019-05-07 19:20:55bquinlancreate