cpython/Lib/logging
Łukasz Langa 1bbd482bcf bpo-31457: Allow for nested LoggerAdapter objects (#3551)
Some of the proxied methods use internal Logger state which isn't proxied,
causing failures if an adapter is applied to another adapter.

This commit fixes the issue, adds a new test for the use case.
2017-09-14 11:34:47 -04:00
..
__init__.py bpo-31457: Allow for nested LoggerAdapter objects (#3551) 2017-09-14 11:34:47 -04:00
config.py
handlers.py