Comment 7 for bug 257217

Revision history for this message
Martin Pool (mbp) wrote :

I'll try turning a sighup into a KeyboardInterrupt subclass, which will give us a chance to unwind.

I suspect if the terminal has gone away altogether we may hit other problems such as io failing with EPIPE, and so we'll need to also fix some other locking-related bugs, which would be good anyhow.