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 georg.brandl
Recipients georg.brandl, lemburg, loewis
Date 2007-09-02.07:08:35
SpamBayes Score 0.12386912
Marked as misclassified No
Message-id <46DA616E.8050304@python.org>
In-reply-to <1188695461.37.0.0537489189594.issue1071@psf.upfronthosting.co.za>
Content
Marc-Andre Lemburg schrieb:
> Marc-Andre Lemburg added the comment:
> 
> Nice idea, but why don't you use a dictionary iterator (PyDict_Next())
> for the fixup ?

I thought that is unsafe to use when the dictionary is mutated while
iterating.
History
Date User Action Args
2007-09-02 07:08:36georg.brandlsetspambayes_score: 0.123869 -> 0.12386912
recipients: + georg.brandl, lemburg, loewis
2007-09-02 07:08:36georg.brandllinkissue1071 messages
2007-09-02 07:08:35georg.brandlcreate