Message3111

Author pjenvey
Recipients pjenvey
Date 2008-04-01.00:10:26
SpamBayes Score 0.14184609
Marked as misclassified No
Message-id <1207008627.86.0.934694457343.issue1017@psf.upfronthosting.co.za>
In-reply-to
Content
Python new style classes contain a magic __basicsize__ attribute that 
returns the size of the object in bytes. Jython doesn't have this (and I 
don't see it having it any time soon or ever).

It's only referenced in one test, in test_descr, and has been commented 
out.

If we decide to never include it we should probably add the discrepancy 
to the old "Differences between CPython and Jython" document to close 
this issue out
History
Date User Action Args
2008-04-01 00:10:28pjenveysetspambayes_score: 0.141846 -> 0.14184609
recipients: + pjenvey
2008-04-01 00:10:27pjenveysetspambayes_score: 0.141846 -> 0.141846
messageid: <1207008627.86.0.934694457343.issue1017@psf.upfronthosting.co.za>
2008-04-01 00:10:27pjenveylinkissue1017 messages
2008-04-01 00:10:27pjenveycreate