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 bar.harel
Recipients David MacIver, bar.harel, benjamin.peterson, mark.dickinson, steven.daprano
Date 2015-09-19.16:11:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442679108.14.0.552744966858.issue25177@psf.upfronthosting.co.za>
In-reply-to
Content
Alright,
Seems like the problem is bigger than I thought. PEP 238 (https://www.python.org/dev/peps/pep-0238/) mentions that problem.
Using the new division, // will cause a floor while / will cause an OverflowError.
An ugly way around it involves type checking or reverting back to the classic division.
History
Date User Action Args
2015-09-19 16:11:48bar.harelsetrecipients: + bar.harel, mark.dickinson, benjamin.peterson, steven.daprano, David MacIver
2015-09-19 16:11:48bar.harelsetmessageid: <1442679108.14.0.552744966858.issue25177@psf.upfronthosting.co.za>
2015-09-19 16:11:48bar.harellinkissue25177 messages
2015-09-19 16:11:47bar.harelcreate