Dave Farrance <[email protected]>: > Marko Rauhamaa <[email protected]> wrote: >>What's a faked id? > > You can figure out what I'm getting at -- i.e. I presume that the ids > are not pointers to stored numbers in memory (as with CPython) but are > a translation of the numerical variable's value.
CPython is within its rights to fake the ids. Marko -- https://mail.python.org/mailman/listinfo/python-list
