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:00:49
SpamBayes Score 0.07135575
Marked as misclassified No
Message-id <1204675252.54.0.949388139911.issue2235@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch reverts r59576 and the part of r59106 about the
tp_hash slot.

It also adds the py3k warning::
   type defines __eq__ but not __hash__, and will not be hashable in 3.x
printed when calling hash() on such an object.
History
Date User Action Args
2008-03-05 00:00:52amaury.forgeotdarcsetspambayes_score: 0.0713558 -> 0.07135575
recipients: + amaury.forgeotdarc, gvanrossum, rhettinger, jek
2008-03-05 00:00:52amaury.forgeotdarcsetspambayes_score: 0.0713558 -> 0.0713558
messageid: <1204675252.54.0.949388139911.issue2235@psf.upfronthosting.co.za>
2008-03-05 00:00:51amaury.forgeotdarclinkissue2235 messages
2008-03-05 00:00:51amaury.forgeotdarccreate