You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
andychu edited this page Jun 14, 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. That's the main purpose of the native/posixmodule.c fork (in addition to removing over 7,000 lines of unused code).
Signals Oil cares about:
SIGWINCH -- to get notified about Window size changes