New submission from Derek Brown <derekbr...@fb.com>:

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.

----------
components: Library (Lib)
messages: 359219
nosy: derektbrown
priority: normal
severity: normal
status: open
title: Lock may not be released in Logger.isEnabledFor
type: crash
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39198>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to