]> granicus.if.org Git - python/commit
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Aug 2019 10:14:54 +0000 (03:14 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 10:14:54 +0000 (03:14 -0700)
commit69d22b8fee442c12829a1032a72489c8133de271
tree8e0300197085c8a82e62cba2c00e3b48bc7acb5f
parent522a394a72f107ca55701371529b5e4ed20c9fff
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (GH-15492)

* Restore running proactor event loop from non-main thread

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
(cherry picked from commit 1c0600998681295735a18690fae184b0c9a4ca51)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/proactor_events.py
Lib/test/test_asyncio/test_windows_events.py
Misc/NEWS.d/next/Library/2019-08-25-18-07-48.bpo-34679.HECzL7.rst [new file with mode: 0644]