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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, arigo, bioinformed, georg.brandl, nnorwitz, ntoronto, peaker, rhettinger
Date 2008-01-14.01:11:45
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1200273106.91.0.822694766548.issue1700288@psf.upfronthosting.co.za>
In-reply-to
Content
For the record:
It is very wrong to call self->ob_type->tp_base's slot: slots are often
copied from their base class, and you get infinite recursion.
Calling StructType.tp_base->tp_setattro is much better.
History
Date User Action Args
2008-12-20 22:50:12loewissetspambayes_score: 0.744484 -> 0.0
2008-01-14 01:11:47amaury.forgeotdarcsetspambayes_score: 0.744484 -> 0.744484
recipients: + amaury.forgeotdarc, nnorwitz, arigo, georg.brandl, rhettinger, peaker, bioinformed, ntoronto
2008-01-14 01:11:46amaury.forgeotdarcsetspambayes_score: 0.744484 -> 0.744484
messageid: <1200273106.91.0.822694766548.issue1700288@psf.upfronthosting.co.za>
2008-01-14 01:11:46amaury.forgeotdarclinkissue1700288 messages
2008-01-14 01:11:45amaury.forgeotdarccreate