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.

Author vstinner
Recipients Zhiping.Deng, neologix, terry.reedy, vstinner
Date 2011-06-04.11:28:39
SpamBayes Score 3.833179e-06
Marked as misclassified No
Message-id <1307186919.97.0.495472876232.issue12224@psf.upfronthosting.co.za>
In-reply-to
Content
> 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 :-)
History
Date User Action Args
2011-06-04 11:28:40vstinnersetrecipients: + vstinner, terry.reedy, neologix, Zhiping.Deng
2011-06-04 11:28:39vstinnersetmessageid: <1307186919.97.0.495472876232.issue12224@psf.upfronthosting.co.za>
2011-06-04 11:28:39vstinnerlinkissue12224 messages
2011-06-04 11:28:39vstinnercreate