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 jfu33.4
Recipients jfu33.4
Date 2021-02-03.13:49:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612360176.06.0.161858956958.issue43116@roundup.psfhosted.org>
In-reply-to
Content
I'm a bit confused because this seems to be too obvious to be a bug:

[code]
>>> -2094820900 // 1298
-1613884
>>> -2094820900 // -1298
1613883
[/code]

Obviously there is a +/- 1 difference in the result. 

Tested with Python 3.7, 3.8 and 3.9 on Debian Bullseye. Am I missing something?
History
Date User Action Args
2021-02-03 13:49:36jfu33.4setrecipients: + jfu33.4
2021-02-03 13:49:36jfu33.4setmessageid: <1612360176.06.0.161858956958.issue43116@roundup.psfhosted.org>
2021-02-03 13:49:36jfu33.4linkissue43116 messages
2021-02-03 13:49:35jfu33.4create