simultaneous assignment

Roger Miller roger.miller at nova-sol.com
Tue May 2 15:58:14 EDT 2006


Steve R. Hastings wrote:

> a = 0
> b = 0
> a is b  # always true

Is this guaranteed by the Python specification, or is it an artifact of
the current implementation? My understanding has been that an
implementation is free to share integer objects or not, so using 'is'
as an equality test takes you into undefined territory, regardless  of
the size of the value.




More information about the Python-list mailing list