Message7871

Author amak
Recipients amak, dstromberg, fwierzbicki
Date 2013-02-28.22:39:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362091140.17.0.943741765395.issue1736@psf.upfronthosting.co.za>
In-reply-to
Content
This bug is also the cause of a failure in our test_httplib.py

http://hg.python.org/jython/file/e80a189574d0/Lib/test/test_httplib.py#l204

The failure of os.fstat(body.fileno()).st_size causes a failure to set a content-length.

The jruby folks have more details about this issue (but they haven't fixed it either)

IO#stat blows up 
http://jira.codehaus.org/browse/JRUBY-3769
History
Date User Action Args
2013-02-28 22:39:00amaksetmessageid: <1362091140.17.0.943741765395.issue1736@psf.upfronthosting.co.za>
2013-02-28 22:39:00amaksetrecipients: + amak, fwierzbicki, dstromberg
2013-02-28 22:39:00amaklinkissue1736 messages
2013-02-28 22:39:00amakcreate