Skip to content

Signal Handling in Oil

andychu edited this page Jun 9, 2019 · 14 revisions

Handling signals in Python exposes you to EINTR.

See PEP 475 -- Retry system calls failing with EINTR. We're backporting this work.

Signals Oil cares about:

  • SIGWINCH -- to get notified about Window size changes
Clone this wiki locally