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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, eikeon, gvanrossum, jek, rhettinger
Date 2008-04-10.23:44:04
SpamBayes Score 0.02543819
Marked as misclassified No
Message-id <1207871048.49.0.684141234687.issue2235@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new patch, all tests pass.
- no warning for classic classes
- added tests for -3 warnings

I had to add two TPSLOT entries to the slodefs list; can you please
check that this is correct (I wanted to reset tp_hash to NULL when
__eq__ or __cmp__ are defined).
History
Date User Action Args
2008-04-10 23:44:09amaury.forgeotdarcsetspambayes_score: 0.0254382 -> 0.02543819
recipients: + amaury.forgeotdarc, gvanrossum, rhettinger, jek, eikeon
2008-04-10 23:44:08amaury.forgeotdarcsetspambayes_score: 0.0254382 -> 0.0254382
messageid: <1207871048.49.0.684141234687.issue2235@psf.upfronthosting.co.za>
2008-04-10 23:44:06amaury.forgeotdarclinkissue2235 messages
2008-04-10 23:44:06amaury.forgeotdarccreate