[Python-Dev] id() on Win64 (was: CVS: python/dist/src/Python bltinmodule.c,2.162,2.163)

Gordon McMillan gmcm@hypernet.com
Thu, 29 Jun 2000 13:19:51 -0400


[Finn Bock]
> > This property of id() does not hold in JPython. When used with
> > hotspot, id() is not unique.
[Tim] 
> So it's possible there for one of these be true:
> 
>     id(x) == id(y) and x is not y
>     id(x) != id(x)
> 
> ?  Then that's a bug in JPython or hotspot.  Know which?  Filed a
> bug report?

Oh, you silly boy. There are (by definition) no bugs in hotspot.

it's-only-'cause-Guido's-a-weenie-that-Python-has-'em-ly y'rs

- Gordon