This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum
Date 2013-01-18.04:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358483339.76.0.550693501788.issue16992@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2013-01-18 04:28:59gvanrossumsetrecipients: + gvanrossum
2013-01-18 04:28:59gvanrossumsetmessageid: <1358483339.76.0.550693501788.issue16992@psf.upfronthosting.co.za>
2013-01-18 04:28:59gvanrossumlinkissue16992 messages
2013-01-18 04:28:59gvanrossumcreate