diff options
author | Yury Selivanov <yury@magic.io> | 2018-06-08 18:24:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-08 18:24:37 -0400 |
commit | 12f482e0ae33021c04264294f33fa6baa9617cec (patch) | |
tree | 6fda4972307c70b27831d3e317029aec7672dd62 /Misc | |
parent | 1cbdb2208aa309cf288ee0b53f0ecd85279bb934 (diff) | |
download | cpython-git-12f482e0ae33021c04264294f33fa6baa9617cec.tar.gz |
bpo-30805: Avoid race condition with debug logging (GH-7545)
Supersedes https://github.com/python/cpython/pull/2490
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-06-08-17-34-16.bpo-30805.3qCWa0.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-08-17-34-16.bpo-30805.3qCWa0.rst b/Misc/NEWS.d/next/Library/2018-06-08-17-34-16.bpo-30805.3qCWa0.rst new file mode 100644 index 0000000000..e1ba576753 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-08-17-34-16.bpo-30805.3qCWa0.rst @@ -0,0 +1 @@ +Avoid race condition with debug logging |