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.
Created on 2013年01月18日 04:28 by gvanrossum, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg180171 - (view) | Author: Guido van Rossum (gvanrossum) * (Python committer) | Date: 2013年01月18日 04:28 | |
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.) |
|||
| msg180173 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年01月18日 05:12 | |
New changeset 2adc83b4738f by Benjamin Peterson in branch '3.3': check windows fd validity (closes #16992) http://hg.python.org/cpython/rev/2adc83b4738f New changeset 1a1989021451 by Benjamin Peterson in branch '2.7': check windows fd validity (closes #16992) http://hg.python.org/cpython/rev/1a1989021451 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:40 | admin | set | github: 61196 |
| 2013年01月18日 05:12:58 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg180173 resolution: fixed stage: resolved |
| 2013年01月18日 04:28:59 | gvanrossum | create | |