This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michael.Felt
Recipients BTaskaya, Michael.Felt, vstinner
Date 2020-04-02.14:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585837828.07.0.619104470134.issue40155@roundup.psfhosted.org>
In-reply-to
Content
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...
History
Date User Action Args
2020-04-02 14:30:28Michael.Feltsetrecipients: + Michael.Felt, vstinner, BTaskaya
2020-04-02 14:30:28Michael.Feltsetmessageid: <1585837828.07.0.619104470134.issue40155@roundup.psfhosted.org>
2020-04-02 14:30:28Michael.Feltlinkissue40155 messages
2020-04-02 14:30:28Michael.Feltcreate