Skip to content

It didn't return [dead loop] when Python 3 is being used. #760

Closed
@gangliao

Description

@gangliao

for line in iter(process.stdout.readline, ''):
process.stdout.flush()
logging.info(line.strip())
sys.stderr.flush()
sys.stdout.flush()
process.stdout.flush()
if process.stderr:
process.stderr.flush()
for line in iter(process.stdout.readline, ''):

It didn't return [dead loop] when Python 3 is being used.

Bytes literals are always prefixed with 'b' or 'B'; they produce an instance of the bytes type instead of the str type. They may only contain ASCII characters; bytes with a numeric value of 128 or greater must be expressed with escapes.

INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''
INFO|2018-05-04T12:34:33|launcher.py|22| b''

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions