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 collinwinter, georg.brandl, jerry.seutter, jyzude, nnorwitz
Date 2007-08-24.19:19:47
SpamBayes Score 0.3630938
Marked as misclassified No
Message-id <1187983187.5.0.845158237783.issue1671298@psf.upfronthosting.co.za>
In-reply-to
Content
I've figured out the problem with your call stack: the comparison of
callLst with the expected calls adds more calls to callLst, leading to a
failing comparison.

I've fixed this, but the new test still fails with regrtest -R:: -- will
investigate.
History
Date User Action Args
2007-08-24 19:19:47georg.brandlsetspambayes_score: 0.363094 -> 0.3630938
recipients: + georg.brandl, nnorwitz, collinwinter, jerry.seutter, jyzude
2007-08-24 19:19:47georg.brandlsetspambayes_score: 0.363094 -> 0.363094
messageid: <1187983187.5.0.845158237783.issue1671298@psf.upfronthosting.co.za>
2007-08-24 19:19:47georg.brandllinkissue1671298 messages
2007-08-24 19:19:47georg.brandlcreate