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 derektbrown
Recipients derektbrown
Date 2020-01-02.20:10:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577995820.85.0.483829284775.issue39198@roundup.psfhosted.org>
In-reply-to
Content
If an exception were to be thrown in a particular block of code (say, by asyncio timeouts or stopit) within the `isEnabledFor` function of `logging`, the `logging` global lock may not be released appropriately, resulting in deadlock.
History
Date User Action Args
2020-01-02 20:10:20derektbrownsetrecipients: + derektbrown
2020-01-02 20:10:20derektbrownsetmessageid: <1577995820.85.0.483829284775.issue39198@roundup.psfhosted.org>
2020-01-02 20:10:20derektbrownlinkissue39198 messages
2020-01-02 20:10:20derektbrowncreate