Message 365599 - Python tracker (original) (raw)
I tried moving the child/parent logic blocks and get this as debug output:
aixtools@x064:[/home/aixtools/py39-3.9]./python -m test test_builtin 0:00:00 Run tests sequentially 0:00:00 [1/1] test_builtin
I am child - this is my PID:8519822 I am parent:6422696 with child:8519822fd:6 input:b'quux\r' I am child - exiting PID:8519822 I am parent:6422696 with lines:[] I am parent:6422696 with lines:['stdin.isatty(): True'] I am parent:6422696 with lines:['stdin.isatty(): True', "captured: 'prompt'"] I am parent:6422696 starting wait_process(8519822, exitcode=0)
+++++++ Diff as attachment...