[New-bugs-announce] [issue16992] signal.set_wakeup_fd(400) crashes on Windows

Guido van Rossum report at bugs.python.org
Fri Jan 18 05:28:59 CET 2013


New submission from Guido van Rossum:

On Windows I get an immediate crash with the following code:

import signal
signal.set_wakeup_fd(400)

I think there's a range check missing somewhere.

(I found this because I was passing a socket's fileno() -- my bug, but shouldn't crash.)

----------
messages: 180171
nosy: gvanrossum
priority: normal
severity: normal
status: open
title: signal.set_wakeup_fd(400) crashes on Windows
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16992>
_______________________________________


More information about the New-bugs-announce mailing list