apveyor, #519: FIX incomplete Popen pump · gitpython-developers/GitPython@022ce82 · GitHub
Skip to content

Commit 022ce82

Browse files
committed
apveyor, #519: FIX incomplete Popen pump
+ Pump code reads only once streams per `_read_lines_from_fno()` invocation, so when input larger than `mmap.PAGESIZE`, bytes are forgotten in the stream.
1 parent d12fdca commit 022ce82

2 files changed

Lines changed: 24 additions & 12 deletions

File tree

git/cmd.py

Lines changed: 21 additions & 11 deletions

git/test/test_git.py

Lines changed: 3 additions & 1 deletion

0 commit comments

Comments
 (0)