Message251088
| 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:48 | bar.harel | set | recipients: + bar.harel, mark.dickinson, benjamin.peterson, steven.daprano, David MacIver |
| 2015-09-19 16:11:48 | bar.harel | set | messageid: <1442679108.14.0.552744966858.issue25177@psf.upfronthosting.co.za> |
| 2015-09-19 16:11:48 | bar.harel | link | issue25177 messages |
| 2015-09-19 16:11:47 | bar.harel | create | |