py3: fix hanging read of SSH subprocesses
Previously, reading from SSH subprocesses did’t return on Python 3. Dulwich passes bufsize=0 to subprocess.Popen (default on Python 2, but not Python 3). Doing the same in hg-git fixed the issue.
Loading
Please register or sign in to comment