]> granicus.if.org Git - python/commit
bpo-30805: Avoid race condition with debug logging (GH-7545)
authorYury Selivanov <yury@magic.io>
Fri, 8 Jun 2018 22:24:37 +0000 (18:24 -0400)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 22:24:37 +0000 (18:24 -0400)
commit12f482e0ae33021c04264294f33fa6baa9617cec
tree6fda4972307c70b27831d3e317029aec7672dd62
parent1cbdb2208aa309cf288ee0b53f0ecd85279bb934
bpo-30805: Avoid race condition with debug logging (GH-7545)

Supersedes https://github.com/python/cpython/pull/2490
Lib/asyncio/base_events.py
Misc/NEWS.d/next/Library/2018-06-08-17-34-16.bpo-30805.3qCWa0.rst [new file with mode: 0644]