commit | cf40a9e640953111c9b5fa3d92477853e3dd08fd | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Feb 12 16:34:54 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Feb 12 16:34:54 2015 +0100 |
tree | 196cc32ab90d8329ab5b521bdaa2bd38cee90bac | |
parent | db80aec67a90b80992afea660ab9de4383017cde [diff] |
Issue #23450: Fix signal.set_wakeup_fd() on Windows Detect integer overflow on the file descriptor of the socket on 64-bit Python.