Message 180171 - Python tracker
Message180171
| 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:59 | gvanrossum | set | recipients: + gvanrossum |
| 2013-01-18 04:28:59 | gvanrossum | set | messageid: <1358483339.76.0.550693501788.issue16992@psf.upfronthosting.co.za> |
| 2013-01-18 04:28:59 | gvanrossum | link | issue16992 messages |
| 2013-01-18 04:28:59 | gvanrossum | create | |