Message133959
> pthread_sigmask() can be used to avoid reentrant call,
> but it has no effect on the second case: "signal_handler()
> called twice at the same time in two different threads".
Same problem if we use sa_mask field of sigaction() (e.g. use sigfillset(&context.sa_mask); in PyOS_setsig()). |
|
Date |
User |
Action |
Args |
2011-04-18 10:19:00 | vstinner | set | recipients:
+ vstinner, pitrou, python-dev |
2011-04-18 10:19:00 | vstinner | set | messageid: <1303121940.82.0.172655754994.issue11768@psf.upfronthosting.co.za> |
2011-04-18 10:19:00 | vstinner | link | issue11768 messages |
2011-04-18 10:19:00 | vstinner | create | |
|