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 pitrou
Recipients brian.curtin, gregory.p.smith, neologix, pitrou
Date 2011-05-09.19:24:14
SpamBayes Score 0.0005214079
Marked as misclassified No
Message-id <1304969055.59.0.685744558647.issue12044@psf.upfronthosting.co.za>
In-reply-to
Content
I find it a bit strange that Popen.__exit__ closes all standard file descriptors leading to the child process, but doesn't wait for process end afterwards.
(context management support was added in issue10554)
History
Date User Action Args
2011-05-09 19:24:15pitrousetrecipients: + pitrou, gregory.p.smith, brian.curtin, neologix
2011-05-09 19:24:15pitrousetmessageid: <1304969055.59.0.685744558647.issue12044@psf.upfronthosting.co.za>
2011-05-09 19:24:14pitroulinkissue12044 messages
2011-05-09 19:24:14pitroucreate