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 awaizman
Recipients Benedek Rácz, Jurko.Gospodnetić, awaizman, eric.smith, eryksun, nirvana-msu, nsmcan, paul.moore, steve.dower, tim.golden, uranusjr, zach.ware
Date 2021-03-22.14:17:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616422648.48.0.333595925541.issue38905@roundup.psfhosted.org>
In-reply-to
Content
The fact that now there is a redirector process seems to me like a regression issue.
I have an application which Popen several processes and uses the Popen object in order to get the subprocesses pids and act upon this pids (i.e. looks for log files with associated pid).

Now this breaks because the subprocess pid is the one of the redirector and not the actual one.

This is similar to 'Ray' issue mentioned earlier.
History
Date User Action Args
2021-03-22 14:17:28awaizmansetrecipients: + awaizman, paul.moore, eric.smith, tim.golden, Jurko.Gospodnetić, zach.ware, eryksun, steve.dower, uranusjr, Benedek Rácz, nsmcan, nirvana-msu
2021-03-22 14:17:28awaizmansetmessageid: <1616422648.48.0.333595925541.issue38905@roundup.psfhosted.org>
2021-03-22 14:17:28awaizmanlinkissue38905 messages
2021-03-22 14:17:28awaizmancreate