Re: [Python-Dev] Request for inclusion in 2.5.2 (5-for-1)

2007-11-07 Thread Nick Coghlan
Neal Norwitz wrote: > On Nov 2, 2007 2:23 AM, Nick Coghlan <[EMAIL PROTECTED]> wrote: >> Neal - where does the 2.5 branch stand at the moment? This would be a >> simple fix to slip into 2.5.2 if there's still time. > > I'm not sure if this was before my last status mail. We are hoping to > get a

Re: [Python-Dev] Request for inclusion in 2.5.2 (5-for-1)

2007-11-06 Thread Neal Norwitz
Mike, thanks for reviewing the bugs and for creating a patch. Good work! On Nov 2, 2007 2:23 AM, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Mike Klaas wrote: > > http://bugs.python.org/issue1705170: reproduced. Conjecture as to > > why it is occurring, but I don't know the guts well enough to pr

Re: [Python-Dev] Request for inclusion in 2.5.2 (5-for-1)

2007-11-02 Thread Guido van Rossum
On 11/2/07, Mike Klaas <[EMAIL PROTECTED]> wrote: > On 2-Nov-07, at 6:57 AM, Guido van Rossum wrote: > > > Since people are already jumping on those bugs but nobody has voiced > > an opinion on your own patch, let me say that I think it's a good > > patch, and I want it in 2.6, but I'm reluctant to

Re: [Python-Dev] Request for inclusion in 2.5.2 (5-for-1)

2007-11-02 Thread Mike Klaas
On 2-Nov-07, at 6:57 AM, Guido van Rossum wrote: > > Since people are already jumping on those bugs but nobody has voiced > an opinion on your own patch, let me say that I think it's a good > patch, and I want it in 2.6, but I'm reluctant to add it to 2.5.2 as > it goes well beyond a bugfix (addin

Re: [Python-Dev] Request for inclusion in 2.5.2 (5-for-1)

2007-11-02 Thread Guido van Rossum
On 10/31/07, Mike Klaas <[EMAIL PROTECTED]> wrote: > Issue http://bugs.python.org/issue1663329 details an annoyance in the > subprocess module that has affected several users, including me. > Essentially, closing hundreds of thousands of file descriptors by > round-tripping through the python excep

Re: [Python-Dev] Request for inclusion in 2.5.2 (5-for-1)

2007-11-02 Thread Nick Coghlan
Mike Klaas wrote: > http://bugs.python.org/issue1705170: reproduced. Conjecture as to > why it is occurring, but I don't know the guts well enough to propose > a decent fix. I've fixed this on the trunk (I'm afraid I have no opinion on the patch you're interested in though. Neal - where do

[Python-Dev] Request for inclusion in 2.5.2 (5-for-1)

2007-11-01 Thread Mike Klaas
Issue http://bugs.python.org/issue1663329 details an annoyance in the subprocess module that has affected several users, including me. Essentially, closing hundreds of thousands of file descriptors by round-tripping through the python exception machinery is very slow, taking hundreds of mi