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 r n2
Recipients r n2, rhettinger, tim.peters
Date 2020-06-10.06:03:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591769038.58.0.35181674346.issue40907@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the response.
However, if you see, every condition object has their own queue of waiters in self._waiters, that get notified during notify(), which are different for not_empty and not_full.
I see a hang very very rarely, like 1/25 times, in my program, which keeps, reading from and writing to a queue from multiple threads.
History
Date User Action Args
2020-06-10 06:03:58r n2setrecipients: + r n2, tim.peters, rhettinger
2020-06-10 06:03:58r n2setmessageid: <1591769038.58.0.35181674346.issue40907@roundup.psfhosted.org>
2020-06-10 06:03:58r n2linkissue40907 messages
2020-06-10 06:03:58r n2create