Message137634
> Victor, I understand your response as saying that there is no bug,
> which would suggest closing this. Correct? If not, what is
> the requested action?
siginterrupt(False) has no effect on select().
I listed some solutions to not interrupt select() on a signal (avoid completly EINTR). Issues #7978 and #9867 try the other solution, handle EINTR (retry select() on EINTR). I think that most users prefer the later (handle EINTR), so let's close as a duplicate.
@Zhiping Deng: Reopen the issue if you want the first solution :-) |
|
Date |
User |
Action |
Args |
2011-06-04 11:28:40 | vstinner | set | recipients:
+ vstinner, terry.reedy, neologix, Zhiping.Deng |
2011-06-04 11:28:39 | vstinner | set | messageid: <1307186919.97.0.495472876232.issue12224@psf.upfronthosting.co.za> |
2011-06-04 11:28:39 | vstinner | link | issue12224 messages |
2011-06-04 11:28:39 | vstinner | create | |
|