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 sadit
Recipients amaury.forgeotdarc, sadit
Date 2008-06-25.19:32:10
SpamBayes Score 0.0024912725
Marked as misclassified No
Message-id <25ce188f0806251232q702ad703jc17650b38f3665f0@mail.gmail.com>
In-reply-to <1214415843.27.0.732402725696.issue3200@psf.upfronthosting.co.za>
Content
Thanks Amaury

I run a test script and Python 2.5.2 crashes, but 2.6b1 runs perfectly
throwing a ValueError exception (Operation of closed file)
in the reader/writer thread and "IOError: close() called during concurrent
operation on the same file object" in the closer thread.
Python doesn't crash anymore.

Cheers

Eric Sadit

On Wed, Jun 25, 2008 at 12:44 PM, Amaury Forgeot d'Arc <
report@bugs.python.org> wrote:

>
> Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:
>
> This problem may be a duplicate of issue815646 and issue595601, and was
> probably corrected with r62195.
>
> Can you please check with the new python version 2.6b1 ?
>
> ----------
> nosy: +amaury.forgeotdarc
> resolution:  -> out of date
> status: open -> pending
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue3200>
> _______________________________________
>
Files
File name Uploaded
unnamed sadit, 2008-06-25.19:32:10
History
Date User Action Args
2008-06-25 19:32:11saditsetspambayes_score: 0.00249127 -> 0.0024912725
recipients: + sadit
2008-06-25 19:32:10saditlinkissue3200 messages
2008-06-25 19:32:10saditcreate