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 steven.daprano
Recipients docs@python, piyushpravin1998, steven.daprano
Date 2020-08-28.14:17:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598624258.48.0.417646954668.issue41656@roundup.psfhosted.org>
In-reply-to
Content
Here's another example:

py> set([1, 2**63, 4, -5, 6, 5])
{1, 9223372036854775808, 4, 6, 5, -5}



By the way, in the future, please don't post screen shots of text, copy the code and output and paste it as text into your bug report. Screenshots make it hard for us to reproduce the bug, we have to re-type your code. And it makes it difficult for blind and visually impaired developers, who may be reading this with a screen-reader.
History
Date User Action Args
2020-08-28 14:17:38steven.dapranosetrecipients: + steven.daprano, docs@python, piyushpravin1998
2020-08-28 14:17:38steven.dapranosetmessageid: <1598624258.48.0.417646954668.issue41656@roundup.psfhosted.org>
2020-08-28 14:17:38steven.dapranolinkissue41656 messages
2020-08-28 14:17:38steven.dapranocreate