[Python-Dev] Pie-thon benchmark code ready
Samuele Pedroni
pedronis at bluewin.ch
Thu Jan 1 15:09:39 EST 2004
At 14:52 01.01.2004 -0500, Tim Peters wrote:
>IOW, CPython is enduring some pain to try to make this consistent too; it's
>not only Jython that can't get a free ride here.
is not about having a free ride, it's just that printing the id(.) in
Jython as a
'at 0x<hex-something>' is misleading because id(.) now is different from
System.identityHashCode which is what goes into the java
cls@<identity-hash-code> repr.
More information about the Python-Dev
mailing list