mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -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