]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Jul 2014 21:31:34 +0000 (23:31 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Jul 2014 21:31:34 +0000 (23:31 +0200)
commit115171086a5ded14a2bc2519e7f774a755e7ab04
tree18b06fd83c4738802f71d70e6368312a22826202
parentc6aceeed29f5bcb238cc3ab0a1010f34648666cb
Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.
A side effect is that Python depends to the WinSock library.
Doc/c-api/exceptions.rst
Doc/library/signal.rst
Lib/test/test_signal.py
Misc/NEWS
Modules/signalmodule.c
PCbuild/pythoncore.vcxproj