Message 64837 - Python tracker
Message64837
| 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:34 | jamesh | set | spambayes_score: 0.378047 -> 0.37804735 recipients: + jamesh, christian.heimes, lauromoura |
| 2008-04-02 05:56:33 | jamesh | set | spambayes_score: 0.378047 -> 0.378047 messageid: <1207115793.76.0.372335212105.issue2422@psf.upfronthosting.co.za> |
| 2008-04-02 05:56:32 | jamesh | link | issue2422 messages |
| 2008-04-02 05:56:32 | jamesh | create | |