Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
2.6.0
-
None
Description
When converting from Python 2 to Python 3, `a / b` becomes `a // b` only for ints, but it is incorrect to do this substitution for floating point division.
I noticed this change in the microbenchmarks, but we should do an audit to make sure we haven't broken things elsewhere.
Attachments
Issue Links
- is a child of
-
BEAM-1251 Python 3 Support
- Triage Needed
- links to