forked from gitpython-developers/GitPython
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 040f549
apveyor, gitpython-developers#519: FIX incomplete Popen pump
+ Pump once, so when input larger than `mmap.PAGESIZE`, stream is not
emptied.1 parent d12fdca commit 040f549
2 files changed
+12
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 | - | ||
104 | - | ||
103 | + | ||
104 | + | ||
105 | 105 |
| |
106 | - | ||
107 | - | ||
108 | - | ||
109 | - | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | 110 |
| |
111 | - | ||
112 | - | ||
111 | + | ||
112 | + | ||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
202 | + | ||
202 | 203 |
| |
203 | 204 |
| |
204 | 205 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 | - | ||
241 | + | ||
242 | + | ||
243 | + | ||
242 | 244 |
| |
243 | 245 |
| |
244 | 246 |
| |
|
0 commit comments