Closed snoyes closed 2 years ago
For integers outside the range -5..256, the same value may be a unique object, so comparison should be done by value equality (==) rather than identifier equality (is).
==
is
For integers outside the range -5..256, the same value may be a unique object, so comparison should be done by value equality (
==
) rather than identifier equality (is
).