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 collinwinter
Recipients collinwinter, nedds
Date 2008-07-14.00:20:28
SpamBayes Score 0.5748953
Marked as misclassified No
Message-id <1215994831.03.0.558142430295.issue3182@psf.upfronthosting.co.za>
In-reply-to
Content
So, revisiting this...

On the face of it, I'm not convinced that the isinstance(x, Leaf) ->
type(x) is Leaf changes are correct: certain fixers have in the past
utilized their own subclasses of Node, and I can foresee this being done
again in the future. Reverting those changes seems to remove the speedup
you observed.
History
Date User Action Args
2008-07-14 00:20:31collinwintersetspambayes_score: 0.574895 -> 0.5748953
recipients: + collinwinter, nedds
2008-07-14 00:20:31collinwintersetspambayes_score: 0.574895 -> 0.574895
messageid: <1215994831.03.0.558142430295.issue3182@psf.upfronthosting.co.za>
2008-07-14 00:20:30collinwinterlinkissue3182 messages
2008-07-14 00:20:29collinwintercreate