Next debug info:
I am child - this is my PID:8519830
I am parent:18284612 with child:8519830fd:6 input:b'quux\r'
I am parent:18284612 with lines:[]
I am child - exiting PID:8519830
I am parent:18284612 with lines:['stdin.isatty(): True']
I am parent:18284612 with lines:['stdin.isatty(): True', "captured: 'prompt'"]
I am parent:18284612 starting wait_process(8519830, exitcode=0)[2] + Stopped (SIGTSTP) ./python -m test test_builtin
aixtools@x064:[/home/aixtools/py39-3.9]ps -p 8519830
PID TTY TIME CMD
8519830 - <exiting>
aixtools@x064:[/home/aixtools/py39-3.9]kill 8519830
aixtools@x064:[/home/aixtools/py39-3.9]ps -p 8519830
PID TTY TIME CMD
8519830 - <exiting>
aixtools@x064:[/home/aixtools/py39-3.9]kill -9 8519830
aixtools@x064:[/home/aixtools/py39-3.9]ps -p 8519830
PID TTY TIME CMD
8519830 - <exiting>
aixtools@x064:[/home/aixtools/py39-3.9]fg
./python -m test test_builtin
[2] + Stopped (SIGTSTP) ./python -m test test_builtin
aixtools@x064:[/home/aixtools/py39-3.9]ps -p 8519830
PID TTY TIME CMD
8519830 - <exiting> |