summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorIrit Katriel <iritkatriel@yahoo.com>2020-08-16 15:10:13 (GMT)
committerGitHub <noreply@github.com>2020-08-16 15:10:13 (GMT)
commit2353d77fad7ed9d11d8a4d66b5dd1306cdb94125 (patch)
treeb9237127698f84705a53825ff2f466b673d02237 /Misc/NEWS.d
parentfff3c28052e6b0750d6218e00acacd2fded4991a (diff)
downloadcpython-2353d77fad7ed9d11d8a4d66b5dd1306cdb94125.zip
cpython-2353d77fad7ed9d11d8a4d66b5dd1306cdb94125.tar.gz
cpython-2353d77fad7ed9d11d8a4d66b5dd1306cdb94125.tar.bz2
bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2020-08-07-15-18-16.bpo-41503.IYftcu.rst1
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