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 xtreak
Recipients Digin Antony, xtreak
Date 2019-09-01.14:31:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567348309.6.0.473255247281.issue38001@roundup.psfhosted.org>
In-reply-to
Content
This will emit a SyntaxWarning in Python 3.8 to use == instead of using is for literals. This is not a bug but an implementation detail over caching a range of integers at https://github.com/python/cpython/blob/1f21eaa15e8a0d2b0f78d0e3f2b9e5b458eb0a70/Objects/longobject.c#L19
History
Date User Action Args
2019-09-01 14:31:49xtreaksetrecipients: + xtreak, Digin Antony
2019-09-01 14:31:49xtreaksetmessageid: <1567348309.6.0.473255247281.issue38001@roundup.psfhosted.org>
2019-09-01 14:31:49xtreaklinkissue38001 messages
2019-09-01 14:31:49xtreakcreate