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 andrei.avk
Recipients andrei.avk, besi7dollma
Date 2021-10-20.14:22:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634739728.93.0.191654121363.issue45311@roundup.psfhosted.org>
In-reply-to
Content
Besart: with the current code, if there's a valueError when releasing a thread, it will be retried again n times, with your change, n waiting threads will be released, even if some of them fail with ValueError.

I don't know enough about threading module to say if this change should be made.
History
Date User Action Args
2021-10-20 14:22:08andrei.avksetrecipients: + andrei.avk, besi7dollma
2021-10-20 14:22:08andrei.avksetmessageid: <1634739728.93.0.191654121363.issue45311@roundup.psfhosted.org>
2021-10-20 14:22:08andrei.avklinkissue45311 messages
2021-10-20 14:22:08andrei.avkcreate