]> granicus.if.org Git - python/commit
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
authorVladimir Matveev <v2matveev@outlook.com>
Tue, 18 Dec 2018 21:56:17 +0000 (13:56 -0800)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 18 Dec 2018 21:56:17 +0000 (23:56 +0200)
commitb5c8cfa1da17c6f3acac80a0afca7f7104fb9589
treed725abe7cb749e02672c269d7edc7bbcfd8faab6
parente3666fc8effb05b555121f4ab7388df59e21f8b4
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Lib/asyncio/proactor_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_ctrl_c_in_proactor_loop_helper.py [new file with mode: 0644]
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_windows_events.py
Misc/NEWS.d/next/Library/2018-12-12-16-24-55.bpo-23057.OB4Z1Y.rst [new file with mode: 0644]