Message5338

Author pjenvey
Recipients gsnedders, pjenvey
Date 2009-12-03.01:36:27
SpamBayes Score 9.3858885e-09
Marked as misclassified No
Message-id <1259804189.24.0.369265883138.issue1508@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce this on the Linux boxes I have access to, one running 
Sun Java x86_64, the other running OpenJDK x86

I don't see how this error could be triggered by this piece of code, 
that ValueError is only raised when calling a method on a closed Python 
file object. The subprocess module doesn't call close() on the files 
passed into it.

The stack trace is also odd, it suggests that write_func somehow ended 
up calling itself, which doesn't make any sense

Am I missing something here?
History
Date User Action Args
2009-12-03 01:36:29pjenveysetmessageid: <1259804189.24.0.369265883138.issue1508@psf.upfronthosting.co.za>
2009-12-03 01:36:29pjenveysetrecipients: + pjenvey, gsnedders
2009-12-03 01:36:29pjenveylinkissue1508 messages
2009-12-03 01:36:28pjenveycreate