changeset 42937 | 69de49c4e39c |
parent 42070 | 675775c33ab6 |
child 46374 | e92ca942ddca |
42936:2da754532dd3 | 42937:69de49c4e39c |
---|---|
650 if (!readResult) { |
650 if (!readResult) { |
651 return NULL; |
651 return NULL; |
652 } |
652 } |
653 |
653 |
654 readSize = PyBytes_GET_SIZE(readResult); |
654 readSize = PyBytes_GET_SIZE(readResult); |
655 |
|
656 Py_CLEAR(readResult); |
|
655 |
657 |
656 /* Empty read means EOF. */ |
658 /* Empty read means EOF. */ |
657 if (!readSize) { |
659 if (!readSize) { |
658 break; |
660 break; |
659 } |
661 } |