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 eric.smith
Recipients blue555, eric.smith, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-12-01.07:11:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606806663.59.0.0679390403074.issue42518@roundup.psfhosted.org>
In-reply-to
Content
This appears to be similar to issue42488, which it looks like you also reported, with a different account.

It's not clear to me why you expect the output to be False. But in any event, this is not a bug in Python.

>>> 100 ^ 1000
908

Please do not create issues on the bug tracker without doing some research. You're wasting volunteer's time.
History
Date User Action Args
2020-12-01 07:11:03eric.smithsetrecipients: + eric.smith, paul.moore, tim.golden, zach.ware, steve.dower, blue555
2020-12-01 07:11:03eric.smithsetmessageid: <1606806663.59.0.0679390403074.issue42518@roundup.psfhosted.org>
2020-12-01 07:11:03eric.smithlinkissue42518 messages
2020-12-01 07:11:02eric.smithcreate