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 gregory.p.smith
Recipients gjb1002, gregory.p.smith, tim.golden
Date 2008-08-04.03:16:23
SpamBayes Score 0.007271571
Marked as misclassified No
Message-id <1217819784.67.0.810035120305.issue3210@psf.upfronthosting.co.za>
In-reply-to
Content
I tried closing -all- of the handles listed here (the std ones used as
input to _get_handles and the pipe read/write ones returned) on an
OSError during CreateProcess but the problem still occurs for me using
the test code in msg68787.

        (p2cread, p2cwrite,
         c2pread, c2pwrite,
         errread, errwrite) = self._get_handles(stdin, stdout, stderr)

someone with more windows willingness/knowledge/fu should take this one on.
History
Date User Action Args
2008-08-04 03:16:24gregory.p.smithsetrecipients: + gregory.p.smith, gjb1002, tim.golden
2008-08-04 03:16:24gregory.p.smithsetmessageid: <1217819784.67.0.810035120305.issue3210@psf.upfronthosting.co.za>
2008-08-04 03:16:23gregory.p.smithlinkissue3210 messages
2008-08-04 03:16:23gregory.p.smithcreate