]> granicus.if.org Git - python/commit
Issue #23450: Fix signal.set_wakeup_fd() on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 12 Feb 2015 15:34:54 +0000 (16:34 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 12 Feb 2015 15:34:54 +0000 (16:34 +0100)
commitcf40a9e640953111c9b5fa3d92477853e3dd08fd
tree196cc32ab90d8329ab5b521bdaa2bd38cee90bac
parentdb80aec67a90b80992afea660ab9de4383017cde
Issue #23450: Fix signal.set_wakeup_fd() on Windows

Detect integer overflow on the file descriptor of the socket on 64-bit Python.
Modules/signalmodule.c