diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-08-16 15:34:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 15:34:27 (GMT) |
commit | 2c050e52f1ccf5db03819e4ed70690521d67e9fa (patch) | |
tree | 20b2948def6a80d25027051c54bea98dcc99bc00 /Misc/NEWS.d | |
parent | 28bf82661ac9dfaf1b2d0fd0ac98fc0b31cd95bb (diff) | |
download | cpython-2c050e52f1ccf5db03819e4ed70690521d67e9fa.zip cpython-2c050e52f1ccf5db03819e4ed70690521d67e9fa.tar.gz cpython-2c050e52f1ccf5db03819e4ed70690521d67e9fa.tar.bz2 |
[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
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-08-07-15-18-16.bpo-41503.IYftcu.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-08-07-15-18-16.bpo-41503.IYftcu.rst b/Misc/NEWS.d/next/Library/2020-08-07-15-18-16.bpo-41503.IYftcu.rst new file mode 100644 index 0000000..c34996d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-08-07-15-18-16.bpo-41503.IYftcu.rst @@ -0,0 +1 @@ +Fixed a race between setTarget and flush in logging.handlers.MemoryHandler.
\ No newline at end of file |