Skip to content
Snippets Groups Projects
Commit 7faec0dd authored by Manuel Jacob's avatar Manuel Jacob
Browse files

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.
parent 13968d22
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment