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 David.Edelsohn, Michael.Felt, pitrou, serhiy.storchaka, vstinner
Date 2018-01-15.06:57:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On 14/01/2018 22:01, Antoine Pitrou wrote:
> Antoine Pitrou <[email protected]> added the comment:
>
> Is nohup required in the example you just posted or is that a red herring?
>
> ----------
>
> _______________________________________
> Python tracker <[email protected]>
> <https://bugs.python.org/issue28009>
> _______________________________________
>
nohup is required (i.e., my lazy way!) to stream both stdout and stderr 
through the pipe. Perhaps, for this output nohup could have been 
omitted. But it became a habit while I was testing. Maybe a birthday 
herring :p

Working on the Windows issue (my mistake). Will be groping in the dark 
as I have no windows system to test on.
History
Date User Action Args
2018-01-15 06:57:43Michael.Feltsetrecipients: + Michael.Felt, pitrou, vstinner, serhiy.storchaka, David.Edelsohn
2018-01-15 06:57:43Michael.Feltlinkissue28009 messages
2018-01-15 06:57:42Michael.Feltcreate