Venkatesh-Prasad Ranganath added the comment:
`logging.Logger.disabled` field is used in logging.config module to disable
loggers during configuration. Since the field is not redundant, the issue is
invalid and, hence, should be closed.
--
resolution: -> not a bug
st
New submission from Venkatesh-Prasad Ranganath :
`logging.Logger.disabled` field is assigned `False` while initializing
`logging.Logger` instance and never updated. However, this field is also
involved in two checks:
https://github.com/python/cpython/blob