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 jamesh
Recipients christian.heimes, jamesh, lauromoura
Date 2008-04-02.05:56:32
SpamBayes Score 0.37804735
Marked as misclassified No
Message-id <1207115793.76.0.372335212105.issue2422@psf.upfronthosting.co.za>
In-reply-to
Content
There are probably a few other performance optimisations that would be
good to turn off when running under valgrind.

A big one is the tuple cache: if there are tuple reference counting
issues, they won't necessarily be seen by valgrind if the tuple is kept
and reused rather than being freed.
History
Date User Action Args
2008-04-02 05:56:34jameshsetspambayes_score: 0.378047 -> 0.37804735
recipients: + jamesh, christian.heimes, lauromoura
2008-04-02 05:56:33jameshsetspambayes_score: 0.378047 -> 0.378047
messageid: <1207115793.76.0.372335212105.issue2422@psf.upfronthosting.co.za>
2008-04-02 05:56:32jameshlinkissue2422 messages
2008-04-02 05:56:32jameshcreate