]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler...
authorIrit Katriel <iritkatriel@yahoo.com>
Sun, 16 Aug 2020 15:10:13 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Aug 2020 15:10:13 +0000 (16:10 +0100)
commit2353d77fad7ed9d11d8a4d66b5dd1306cdb94125
treeb9237127698f84705a53825ff2f466b673d02237
parentfff3c28052e6b0750d6218e00acacd2fded4991a
bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765)
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2020-08-07-15-18-16.bpo-41503.IYftcu.rst [new file with mode: 0644]