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
Python `subprocess.Popen.wait` deadlocks when using `stdout=subprocess.PIPE`,
and the child process generates enough output to a pipe such that it blocks
waiting for the OS pipe buffer to accept more data.
See https://docs.python.org/3/library/subprocess.html#subprocess.Popen.wait.
Spotted while trying to compile Xen `4.11`.
0 commit comments