]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117975: Ensure flush level is checked when configuring a logging MemoryHandler...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 17 Apr 2024 12:55:18 +0000 (13:55 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 12:55:18 +0000 (13:55 +0100)
commit6d0bb43232dd6ebc5245daa4fe29f07f815f0bad
treecfdf65e9ecc342e15395539f0ee1cc5a23f04cf2
parentb9b3c455f0293be67a762f653bd22f864d15fe3c
gh-117975: Ensure flush level is checked when configuring a logging MemoryHandler. (GH-117976)
Lib/logging/config.py
Lib/test/test_logging.py