id == vs is
MRAB
python at mrabarnett.plus.com
Sun Oct 26 20:41:26 EDT 2014
More information about the Python-list mailing list
Sun Oct 26 20:41:26 EDT 2014
- Previous message (by thread): id == vs is
- Next message (by thread): id == vs is
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2014-10-27 00:24, Ethan Furman wrote: > 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. > Well, apart of Joshua's qualifications, that is! :-)
- 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