[posted & mailed] [Tim] > id() has to return a unique value. [Finn Bock] > This property of id() does not hold in JPython. When used with hotspot, > id() is not unique. 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? In CPython, we just use the address of an object's header, and as CPython never moves an object's header in memory, the good stuff follows trivially. Don't know what JPython tries to do, but it's bound to be harder there (as Java can move memory around).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4