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 Rhamphoryncus
Recipients Rhamphoryncus, rhettinger
Date 2008-05-14.17:08:04
SpamBayes Score 0.00035226237
Marked as misclassified No
Message-id <1210784890.69.0.549836807406.issue2778@psf.upfronthosting.co.za>
In-reply-to
Content
Revised again.  sets are only hashed after PyObject_Hash raises a TypeError.

This also fixes a regression in test_subclass_with_custom_hash.  Oddly,
it doesn't show up in trunk, but does when my previous patch is applied
to py3k.
History
Date User Action Args
2008-05-14 17:08:11Rhamphoryncussetspambayes_score: 0.000352262 -> 0.00035226237
recipients: + Rhamphoryncus, rhettinger
2008-05-14 17:08:10Rhamphoryncussetspambayes_score: 0.000352262 -> 0.000352262
messageid: <1210784890.69.0.549836807406.issue2778@psf.upfronthosting.co.za>
2008-05-14 17:08:09Rhamphoryncuslinkissue2778 messages
2008-05-14 17:08:08Rhamphoryncuscreate