-
-
Notifications
You must be signed in to change notification settings - Fork 954
Commit b3aaf7b
apveyor, #519: FIX incomplete Popen pump
+ The code in `_read_lines_from_fno()` was reading the stream only once
per invocation, so when input was larger than `mmap.PAGESIZE`, bytes
were forgotten in the stream.
+ Replaced buffer-building code with iterate-on-file-descriptors.
+ Also set deamon-threads.1 parent d12fdca commit b3aaf7b
2 files changed
+18
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 | + | ||
197 | + | ||
198 | + | ||
199 | + | ||
200 | + | ||
201 | + | ||
202 | + | ||
203 | + | ||
196 | 204 |
| |
197 | 205 |
| |
198 | 206 |
| |
199 | - | ||
207 | + | ||
208 | + | ||
200 | 209 |
| |
201 | - | ||
210 | + | ||
211 | + | ||
202 | 212 |
| |
203 | - | ||
213 | + | ||
204 | 214 |
| |
205 | 215 |
| |
206 | 216 |
| |
|
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 |
| |
245 | - | ||
246 | - | ||
247 | + | ||
248 | + |
0 commit comments