]> 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:47:45 +0000 (15:47 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 22:47:45 +0000 (15:47 -0700)
commit234b53f8b5d0615051025be26cf8adecbc346c57
treee2f32561d2a10e43ac9f9f79d6618a79143ab5f8
parent376c272d68cca0975ff0be3d12abf5f67da342d7
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]