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 bpo-30830: logging.config.listen() calls server_close() (#3524) 2017-09-13 01:44:08 -07:00
handlers.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00