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 nvetoshkin
Recipients exarkun, neologix, nvetoshkin, pitrou
Date 2010-04-05.05:36:57
SpamBayes Score 9.354785e-07
Marked as misclassified No
Message-id <1270445820.91.0.379499304974.issue7978@psf.upfronthosting.co.za>
In-reply-to
Content
> What kind of signals can be received in real-life?

We use SIGUSR1 to reopen log files after rotation. sighandler works just fine, but after that Paste crashes.

I suppose that implementing silent syscall restart at select.select() level is a bad idea (explanation is given already), but some helper like untilConcludes in socket module might be useful.
History
Date User Action Args
2010-04-05 05:37:01nvetoshkinsetrecipients: + nvetoshkin, exarkun, pitrou, neologix
2010-04-05 05:37:00nvetoshkinsetmessageid: <1270445820.91.0.379499304974.issue7978@psf.upfronthosting.co.za>
2010-04-05 05:36:59nvetoshkinlinkissue7978 messages
2010-04-05 05:36:58nvetoshkincreate