Message3058

Author davidhuebel
Recipients davidhuebel
Date 2008-03-05.16:14:59
SpamBayes Score 0.041469082
Marked as misclassified No
Message-id <1204733700.24.0.334577886257.issue1003@psf.upfronthosting.co.za>
In-reply-to
Content
Under x86 Linux, the Jython struct module packs the struct specifier
'!HQ' in 16 bytes, while CPython uses 10 bytes.

jython -v prints:
Jython 2.2 on java1.6.0_03

Possible relevant:  The follow "bug" (titled "struct.java now accepts
64bits ints") was closed with the note that struct tests still do not pass:

http://bugs.jython.org/issue577728
History
Date User Action Args
2008-03-05 16:15:00davidhuebelsetspambayes_score: 0.0414691 -> 0.041469082
recipients: + davidhuebel
2008-03-05 16:15:00davidhuebelsetspambayes_score: 0.0414691 -> 0.0414691
messageid: <1204733700.24.0.334577886257.issue1003@psf.upfronthosting.co.za>
2008-03-05 16:15:00davidhuebellinkissue1003 messages
2008-03-05 16:14:59davidhuebelcreate