Message4310

Author JacobKessler
Recipients JacobKessler
Date 2009-03-18.17:07:41
SpamBayes Score 4.3291857e-06
Marked as misclassified No
Message-id <1237396062.36.0.319117594994.issue1276@psf.upfronthosting.co.za>
In-reply-to
Content
Attempting to call read([n]) on a Java InputStream that has been turned
into a PyObject will crash with "read(): 1st arg can't be coerced to
byte[]". The PyObject conversion should create a read(int) method on the
InputStream to create and return a length-n byte[].
History
Date User Action Args
2009-03-18 17:07:43JacobKesslersetrecipients: + JacobKessler
2009-03-18 17:07:42JacobKesslersetmessageid: <1237396062.36.0.319117594994.issue1276@psf.upfronthosting.co.za>
2009-03-18 17:07:42JacobKesslerlinkissue1276 messages
2009-03-18 17:07:41JacobKesslercreate