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 belopolsky
Recipients amaury.forgeotdarc, belopolsky, gregory.p.smith, gvanrossum, loewis
Date 2008-03-31.15:25:36
SpamBayes Score 0.11800107
Marked as misclassified No
Message-id <1206977139.7.0.117994846008.issue2016@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching my fix along the lines of a solution suggested by Amaury 
at http://mail.python.org/pipermail/python-dev/2008-
February/076747.html:
"""
> Or is the proper fix to incref the values
> going into the kw array and decref them upon exit?

Yet Another Kind Of Tuple... However this seems the correct thing to do.
"""

I did not do any performance tests with this patch.
History
Date User Action Args
2008-03-31 15:25:40belopolskysetspambayes_score: 0.118001 -> 0.11800107
recipients: + belopolsky, gvanrossum, loewis, gregory.p.smith, amaury.forgeotdarc
2008-03-31 15:25:39belopolskysetspambayes_score: 0.118001 -> 0.118001
messageid: <1206977139.7.0.117994846008.issue2016@psf.upfronthosting.co.za>
2008-03-31 15:25:38belopolskylinkissue2016 messages
2008-03-31 15:25:38belopolskycreate