[New-bugs-announce] [issue42644] logging.disable('WARN') breaks AsyncIO

OverLordGoldDragon report at bugs.python.org
Tue Dec 15 05:00:46 EST 2020


New submission from OverLordGoldDragon <OverLordGoldDragon at yahoo.com>:

import logging
with logging.disable('WARN'): pass

See: https://github.com/ipython/ipython/issues/12713
I'm not actually sure what's happening here, just reporting.

----------
components: asyncio
messages: 383040
nosy: OverLordGoldDragon, asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: logging.disable('WARN') breaks AsyncIO
type: crash
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42644>
_______________________________________


More information about the New-bugs-announce mailing list