Message 117553 - Python tracker (original) (raw)

Message117553

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, dmalcolm, loewis
Date 2010-09-28.21:36:23
SpamBayes Score 7.468571e-07
Marked as misclassified No
Message-id 1285709784.99.0.432757118966.issue9518@psf.upfronthosting.co.za
In-reply-to
Content
the patch looks OK, but out of curiosity: do you really declare all the fields of a PyTypeObject? This structure is really designed so that newer members are left at the end; most types don't need to initialize them, C standard ensures that they will be zero.
History
Date User Action Args
2010-09-28 21:36:25 amaury.forgeotdarc set recipients: + amaury.forgeotdarc, loewis, dmalcolm
2010-09-28 21:36:24 amaury.forgeotdarc set messageid: 1285709784.99.0.432757118966.issue9518@psf.upfronthosting.co.za
2010-09-28 21:36:23 amaury.forgeotdarc link issue9518 messages
2010-09-28 21:36:23 amaury.forgeotdarc create