]> granicus.if.org Git - python/commit
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
authorVictor Stinner <vstinner@python.org>
Wed, 23 Oct 2019 15:25:29 +0000 (17:25 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2019 15:25:29 +0000 (17:25 +0200)
commit1b53a24fb4417c764dd5933bce505f5c94249ca6
treebaaa5308734bdaed5f44da7118dab16645921f62
parent2e3d873d3bd0ef4708c4fa06b6cd6972574cb9af
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)

bpo-34679, bpo-38563: asyncio.ProactorEventLoop.close() now only calls
signal.set_wakeup_fd() in the main thread.
Lib/asyncio/proactor_events.py
Lib/test/test_asyncio/test_windows_events.py
Misc/NEWS.d/next/Library/2019-10-23-16-25-12.bpo-34679.Bnw8o3.rst [new file with mode: 0644]