]> granicus.if.org Git - python/commit
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (#15492)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 26 Aug 2019 09:51:08 +0000 (12:51 +0300)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 09:51:08 +0000 (12:51 +0300)
commit1c0600998681295735a18690fae184b0c9a4ca51
treee0fdc4d7f8b47b316a9f27c6b2e1eba27bd981c5
parent998cf1f03a61de8a0cd3811faa97973d4022bc55
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (#15492)

* Restore running proactor event loop from non-main thread

Co-Authored-By: Kyle Stanley <aeros167@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]