[Python-ideas] "value" ~ "data" ~ "object"

Lie Ryan lie.1296 at gmail.com
Fri Apr 16 14:30:37 CEST 2010


On 04/16/10 04:36, Guido van Rossum wrote:
> Object is, well, an object. It has a distinct
> id/address/location/whatever. (Though these may be reused after an
> object is destroyed.)

IMHO, the fact that the return value of id(...) can be reused by
different object is a bug (though a bug that have no practical impact
for most real-life program and other possible alternative
implementations I can think of are no good for practical purposes)




More information about the Python-ideas mailing list