mirror of
https://github.com/python/cpython.git
synced 2026-07-23 18:36:26 -04:00
d7c6863979
When configuring the logging stack, accept already built filters (or just callables) in the filters array of loggers and handlers. This facilitates passing quick callables as filters. Automerge-Triggered-By: GH:vsajip