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 facundobatista
Recipients facundobatista
Date 2009-06-12.20:57:45
SpamBayes Score 3.390227e-06
Marked as misclassified No
Message-id <1244840268.32.0.756034248286.issue6274@psf.upfronthosting.co.za>
In-reply-to
Content
If something bad happens between a os.pipe() call is called, and the
returned file descriptors are closed, those file descriptors are never
closed.

In a long lived process this is a problem.

Patch (against trunk) to solve this is attached.
History
Date User Action Args
2009-06-12 20:57:48facundobatistasetrecipients: + facundobatista
2009-06-12 20:57:48facundobatistasetmessageid: <1244840268.32.0.756034248286.issue6274@psf.upfronthosting.co.za>
2009-06-12 20:57:46facundobatistalinkissue6274 messages
2009-06-12 20:57:46facundobatistacreate