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 fsteffenhagen
Recipients fsteffenhagen, gregory.p.smith, neologix
Date 2011-11-17.22:12:16
SpamBayes Score 1.343945e-06
Marked as misclassified No
Message-id <1321567937.26.0.374155566813.issue13422@psf.upfronthosting.co.za>
In-reply-to
Content
The behavior that the daemon is not closing stderr is intentional to reproduce the issue. This problem occured to me when I was invoking the samba init script on a Gentoo system.
Invoked from a bash, the initscript was terminating fine. But when I invoked it using the subprocess module, my python script hang.
History
Date User Action Args
2011-11-17 22:12:17fsteffenhagensetrecipients: + fsteffenhagen, gregory.p.smith, neologix
2011-11-17 22:12:17fsteffenhagensetmessageid: <1321567937.26.0.374155566813.issue13422@psf.upfronthosting.co.za>
2011-11-17 22:12:16fsteffenhagenlinkissue13422 messages
2011-11-17 22:12:16fsteffenhagencreate