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 lemburg
Recipients georg.brandl, lemburg, loewis
Date 2007-09-02.10:15:54
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1188728154.43.0.315927716509.issue1071@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I hadn't noticed that you're actually manipulating the input
dictionary. You should create a copy and fix that instead of changing
the dict that the user passed in to the function.

You can then use PyDict_Next() for fast iteration over the original
dictionary.
History
Date User Action Args
2009-11-16 15:05:46georg.brandlsetspambayes_score: 0.660211 -> 0.0
2007-09-02 10:15:54lemburgsetspambayes_score: 0.660211 -> 0.660211
recipients: + lemburg, loewis, georg.brandl
2007-09-02 10:15:54lemburgsetspambayes_score: 0.660211 -> 0.660211
messageid: <1188728154.43.0.315927716509.issue1071@psf.upfronthosting.co.za>
2007-09-02 10:15:54lemburglinkissue1071 messages
2007-09-02 10:15:54lemburgcreate