]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Oct 2018 16:03:35 +0000 (09:03 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Oct 2018 16:03:35 +0000 (09:03 -0700)
commit41e5ec377b36aa951ac095839d2f74f66ee1e665
tree2fe5f1db6f85f24aabf962c7012c8e6ec124f7c5
parent0ce31d340b264a550a3c574e1d6913f4affd4669
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)

(cherry picked from commit c880ffe7d2ce2fedb1831918c8a36e3623e0fb76)

Co-authored-by: twisteroid ambassador <twisteroidambassador@users.noreply.github.com>
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS.d/next/Library/2018-10-09-11-01-16.bpo-34769.cSkkZt.rst [new file with mode: 0644]