On Sun, Nov 11, 2012 at 16:23:00 +0100, Julien Cristau wrote:

> I don't like the change in Lib/SocketServer.py much, that could easily
> break stuff as far as I can tell.  E.g. if you have a signal handler
> setting some sort of 'shutdown' flag to do a clean exit, this change
> means you get into an infinite loop because instead of going back to
> your main loop you're stuck in the _eintr_retry loop.
> 
BTW I know you can get around that by having your signal handler raise
an exception, I'm just worried code that used to work will stop working
after this change.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to