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 Mark.Gius
Recipients Mark.Gius, gregory.p.smith, jcea, neologix
Date 2012-10-29.18:24:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351535067.83.0.155270359371.issue16327@psf.upfronthosting.co.za>
In-reply-to
Content
Patch fixes and tests fd leak on Python 3.3.  Test fails without fix, passes with fix.

I found an existing test looking for fd leaks for another bug.  Borrowed the verification bits from it.

There were some other test failures when I ran the subprocess suite on my laptop, but it more like I had some environmental issue rather than having genuinely broken anything.  If somebody else (or the test bots?) could run the tests I would appreciate it.
History
Date User Action Args
2012-10-29 18:24:27Mark.Giussetrecipients: + Mark.Gius, gregory.p.smith, jcea, neologix
2012-10-29 18:24:27Mark.Giussetmessageid: <1351535067.83.0.155270359371.issue16327@psf.upfronthosting.co.za>
2012-10-29 18:24:27Mark.Giuslinkissue16327 messages
2012-10-29 18:24:27Mark.Giuscreate