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 pedronis
Recipients georg.brandl, gvanrossum, pedronis
Date 2009-07-15.09:07:20
SpamBayes Score 0.0047741155
Marked as misclassified No
Message-id <4A5D9C44.1090300@openend.se>
In-reply-to <1247621542.82.0.282532321801.issue1370@psf.upfronthosting.co.za>
Content
on a moving gc the identity hash is not unique, id() needs to be unique. 
So not using it is a matter of correctness not speed.

But this issue is too terse to be sure what is talking about.
History
Date User Action Args
2009-07-15 09:07:22pedronissetrecipients: + gvanrossum, georg.brandl
2009-07-15 09:07:20pedronislinkissue1370 messages
2009-07-15 09:07:20pedroniscreate