Message2042

Author pjenvey
Recipients
Date 2007-12-14.17:52:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Yea, this is a bug. The problem is due to Jython having to do a few extra things in _fileobject to emulate CPython's socket close() semantics (basically emualte a reference counting GC), but apparently they're not done as safely as they could be

This also needs to be fixed on the 2.2.x branch
History
Date User Action Args
2008-02-20 17:18:08adminlinkissue1850722 messages
2008-02-20 17:18:08admincreate