]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandl...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Aug 2020 16:27:01 +0000 (09:27 -0700)
committerGitHub <noreply@github.com>
Sun, 16 Aug 2020 16:27:01 +0000 (09:27 -0700)
commit08f0a2109297e8a64e8636d47dce737e5b7ccf2c
treedf5758719cf7b92d899e5c2dc8b5d37c0352f2ef
parent243458115e2cb295fb5bbb61e6ac528c6b2cf5be
[3.8] bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) (GH-21898)

(cherry picked from commit 2353d77fad7ed9d11d8a4d66b5dd1306cdb94125)

Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
Automerge-Triggered-By: @vsajip
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]