]> granicus.if.org Git - python/commit
bpo-30805: Avoid race condition with debug logging (GH-7545)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Jun 2018 22:42:07 +0000 (15:42 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 22:42:07 +0000 (15:42 -0700)
commit21f4c780a1de99bdb37abf57445f0c942449b45b
tree9b36fab3492db6701e76390f377614919246d1e3
parent416fbe41b783d5686b9cb7ff7f8af94b41dc16b8
bpo-30805: Avoid race condition with debug logging (GH-7545)

Supersedes https://github.com/python/cpython/pull/2490
(cherry picked from commit 12f482e0ae33021c04264294f33fa6baa9617cec)

Co-authored-by: Yury Selivanov <yury@magic.io>
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]