forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Commit2cc8f1e
fix(cmd): fixed deadlock when stderr buffer overflow
Fixed deadlock when using stderr=PIPE in Popen and Git generates enoughoutput to a pipe such that it blocks waiting for the OS pipe buffer toaccept more data (seehttps://docs.python.org/2/library/subprocess.html#subprocess.Popen.wait)1 parent51f79ff commit2cc8f1e
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
313 |
| - | |
314 |
| - | |
315 |
| - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
316 | 316 |
| |
317 |
| - | |
| 317 | + | |
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
|
0 commit comments
Comments
(0)