Message56076
| 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:55 | gvanrossum | set | spambayes_score: 0.0918394 -> 0.09183936 recipients: + gvanrossum, amaury.forgeotdarc |
| 2007-09-21 16:45:54 | gvanrossum | set | spambayes_score: 0.0918394 -> 0.0918394 messageid: <1190393154.96.0.00984737106019.issue1185@psf.upfronthosting.co.za> |
| 2007-09-21 16:45:54 | gvanrossum | link | issue1185 messages |
| 2007-09-21 16:45:54 | gvanrossum | create | |