Skip to content

Skip float divisions in fix_division_safe #345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 10, 2018
Merged

Skip float divisions in fix_division_safe #345

merged 3 commits into from
Sep 10, 2018

Conversation

jmadler
Copy link
Contributor

@jmadler jmadler commented Jul 13, 2018

Skip float divisions in fix_division_safe. Since the breaking behavior in Py3 only applies to cases where two integers are divided, we can safely ignore any division containing a float operand.

@jmadler
Copy link
Contributor Author

jmadler commented Aug 9, 2018

The CI errors appear to be unrelated.

@jmadler jmadler merged commit cc9452c into PythonCharmers:master Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant