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 Jeong-Min.Lee, gregory.p.smith, janwijbrand, neologix, pitrou
Date 2013-08-29.09:04:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377767073.49.0.502535571682.issue18851@psf.upfronthosting.co.za>
In-reply-to
Content
Gregory, it seems fixed indeed under Unix but I'm not sure about Windows. Read what I wrote above: apparently the cleanup code calls os.close() on a Windows HANDLE; then conveniently it swallows the exception :-)

Also, the Windows version of _execute_child doesn't set _closed_child_pipe_fds.
History
Date User Action Args
2013-08-29 09:04:33pitrousetrecipients: + pitrou, gregory.p.smith, neologix, janwijbrand, Jeong-Min.Lee
2013-08-29 09:04:33pitrousetmessageid: <1377767073.49.0.502535571682.issue18851@psf.upfronthosting.co.za>
2013-08-29 09:04:33pitroulinkissue18851 messages
2013-08-29 09:04:33pitroucreate