Another take on fixing the current concurrent read implementation in … · gitpython-developers/GitPython@ea29541 · GitHub
Skip to content

Commit ea29541

Browse files
committed
Another take on fixing the current concurrent read implementation in git.cmd
There have been rather obvious errors in there, as we forgot to unregister the filehandles. Now we will read from a buffer ourselves, which should be faster and ideally, doesn't lead to spurious errors anymore. Related to #232
1 parent e395ac9 commit ea29541

1 file changed

Lines changed: 77 additions & 34 deletions

File tree

git/cmd.py

Lines changed: 77 additions & 34 deletions

0 commit comments

Comments
 (0)