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, gvanrossum, jek, rhettinger
Date 2008-03-05.00:48:31
SpamBayes Score 0.04288551
Marked as misclassified No
Message-id <1204678112.38.0.949774053316.issue2235@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I remember that it took me some time to understand the boundaries
between a slot and the corresponding special method.

Here is another version of the patch, which does not test tp_hash while
we are currently running the tp_hash function...
I also added the warning for old-style classes.
History
Date User Action Args
2008-03-05 00:48:32amaury.forgeotdarcsetspambayes_score: 0.0428855 -> 0.04288551
recipients: + amaury.forgeotdarc, gvanrossum, rhettinger, jek
2008-03-05 00:48:32amaury.forgeotdarcsetspambayes_score: 0.0428855 -> 0.0428855
messageid: <1204678112.38.0.949774053316.issue2235@psf.upfronthosting.co.za>
2008-03-05 00:48:31amaury.forgeotdarclinkissue2235 messages
2008-03-05 00:48:31amaury.forgeotdarccreate