Message3871

Author cocoon
Recipients cocoon
Date 2008-12-04.17:35:59
SpamBayes Score 1.5843552e-05
Marked as misclassified No
Message-id <1228412160.08.0.906823447049.issue1190@psf.upfronthosting.co.za>
In-reply-to
Content
on jython: 
import array
a=array.array('B') # unsigned char
print a.sizeitem   
give 2 on jython and 1 on cpython 2.5.2
I encounter this bug in tryng to run part of google appengine on jython
History
Date User Action Args
2008-12-04 17:36:00cocoonsetrecipients: + cocoon
2008-12-04 17:36:00cocoonsetmessageid: <1228412160.08.0.906823447049.issue1190@psf.upfronthosting.co.za>
2008-12-04 17:35:59cocoonlinkissue1190 messages
2008-12-04 17:35:59cocooncreate