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
Work around subprocess EINTR bug; fixes issue #633
The bug http://bugs.python.org/issue12493 is present in some Python
versions.
The _read_nointr function has been unused since b03a908 (it did
not work on Windows).
0 commit comments