id == vs is
Ethan Furman
ethan at stoneleaf.us
Sun Oct 26 20:24:48 EDT 2014
More information about the Python-list mailing list
Sun Oct 26 20:24:48 EDT 2014
- Previous message (by thread): id == vs is
- Next message (by thread): id == vs is
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 10/26/2014 05:23 PM, Ethan Furman wrote: > On 10/26/2014 05:12 PM, Dan Stromberg wrote: >> Are the following two expressions the same? >> >> x is y >> >> Id(x) == id(y) >> >> ? Listen to MRAB, ignore me. That is all. -- ~Ethan~
- Previous message (by thread): id == vs is
- Next message (by thread): id == vs is
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list