This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Geraldo.Xexeo
Recipients Geraldo.Xexeo
Date 2019-04-10.23:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554940525.0.0.506385110502.issue36592@roundup.psfhosted.org>
In-reply-to
Content
# When you run the program:
a,b=300,300
print(a is b)
#you get different results in 3.6 (True) and 3.7 (False)
History
Date User Action Args
2019-04-10 23:55:25Geraldo.Xexeosetrecipients: + Geraldo.Xexeo
2019-04-10 23:55:24Geraldo.Xexeosetmessageid: <1554940525.0.0.506385110502.issue36592@roundup.psfhosted.org>
2019-04-10 23:55:24Geraldo.Xexeolinkissue36592 messages
2019-04-10 23:55:24Geraldo.Xexeocreate