Issue6162
Created on 2009-06-01 16:01 by eggy, last changed 2009-06-01 16:01 by eggy.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
ignore_signals.py
|
eggy,
2009-06-01 16:01
|
Ignore signals such as SIGINT |
|
|
|
msg88650 - (view) |
Author: Mark Florisson (eggy) |
Date: 2009-06-01 16:01 |
|
As signals are only delivered to the main thread, what should happen
when the main thread dies? Currently, the signal mask is not unset in
any other thread, so when the main thread dies, all signals set in the
mask are simply ignored. Perhaps an other thread could be selected as
the main thread?
The accompanied file demonstrates this behavior.
|
|
| Date |
User |
Action |
Args |
| 2009-06-01 16:01:32 | eggy | create | |
|