]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] 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 15:34:27 +0000 (08:34 -0700)
committerGitHub <noreply@github.com>
Sun, 16 Aug 2020 15:34:27 +0000 (08:34 -0700)
commit2c050e52f1ccf5db03819e4ed70690521d67e9fa
tree20b2948def6a80d25027051c54bea98dcc99bc00
parent28bf82661ac9dfaf1b2d0fd0ac98fc0b31cd95bb
[3.9] bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) (GH-21897)

(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]