forked frompython-mode/python-mode
- Notifications
You must be signed in to change notification settings - Fork0
Commitd2111cd

Wu, Fan
stdout will be set to vim.message, but in early release of vim 7.3, message object didn't have method flush.
It will cause some problems in multiprocessing related code.Fixed of issuepython-mode#4261 parenta1423ae commitd2111cd
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
398 | 399 |
| |
399 | 400 |
| |
400 | 401 |
| |
| 402 | + | |
| 403 | + | |
401 | 404 |
| |
402 | 405 |
| |
403 | 406 |
| |
| 407 | + | |
404 | 408 |
| |
405 | 409 |
| |
406 | 410 |
| |
|
0 commit comments
Comments
(0)