[issue1370] Use System.identityHashCode for id()

Samuele Pedroni report at bugs.python.org
Wed Jul 15 11:07:21 CEST 2009


Samuele Pedroni <pedronis at users.sourceforge.net> added the comment:

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.

----------
nosy: +pedronis
title: Doc changes left over after mega-merge from trunk -> Use System.identityHashCode for id()

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1370>
_______________________________________


More information about the Python-bugs-list mailing list