This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients amaury.forgeotdarc, gvanrossum
Date 2007-09-21.16:45:54
SpamBayes Score 0.09183936
Marked as misclassified No
Message-id <1190393154.96.0.00984737106019.issue1185@psf.upfronthosting.co.za>
In-reply-to
Content
Can you redo the patch while keeping the slot *position* (though not the
name or type)?  The wasted space is minimal (4-8 bytes per type or class
object) and it means a lot for third party code if the positional struct
initialization never breaks due to insertion or removal of a slot. 
Since everyone has a zero here anyway, I propose to name the slot
nb_reserved and make its type int.
History
Date User Action Args
2007-09-21 16:45:55gvanrossumsetspambayes_score: 0.0918394 -> 0.09183936
recipients: + gvanrossum, amaury.forgeotdarc
2007-09-21 16:45:54gvanrossumsetspambayes_score: 0.0918394 -> 0.0918394
messageid: <1190393154.96.0.00984737106019.issue1185@psf.upfronthosting.co.za>
2007-09-21 16:45:54gvanrossumlinkissue1185 messages
2007-09-21 16:45:54gvanrossumcreate