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 serhiy.storchaka
Recipients eric.snow, serhiy.storchaka
Date 2018-12-12.08:28:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544603333.03.0.788709270274.issue20127@psf.upfronthosting.co.za>
In-reply-to
Content
Buildbots logs no longer available. Looking at the code, I see nothing suspicious in the finally clause. The size of the done_tasks is increased by 1 in every thread, and at least one thread will call done.set() when len(done_tasks) == N. Could you please provide more information Eric?
History
Date User Action Args
2018-12-12 08:28:53serhiy.storchakasetrecipients: + serhiy.storchaka, eric.snow
2018-12-12 08:28:53serhiy.storchakasetmessageid: <1544603333.03.0.788709270274.issue20127@psf.upfronthosting.co.za>
2018-12-12 08:28:53serhiy.storchakalinkissue20127 messages
2018-12-12 08:28:52serhiy.storchakacreate