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 rhettinger
Recipients rhettinger, tim.peters
Date 2020-06-10.01:23:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591752233.38.0.0719569182059.issue40907@roundup.psfhosted.org>
In-reply-to
Content
Also note that threading.Condition.notify() would raise a RuntimeError if the underlying lock had not been acquired.

Have you observed any behavior to the contrary?
History
Date User Action Args
2020-06-10 01:23:53rhettingersetrecipients: + rhettinger, tim.peters
2020-06-10 01:23:53rhettingersetmessageid: <1591752233.38.0.0719569182059.issue40907@roundup.psfhosted.org>
2020-06-10 01:23:53rhettingerlinkissue40907 messages
2020-06-10 01:23:53rhettingercreate