-
Notifications
You must be signed in to change notification settings - Fork 1.3k
No argument with float function do not return 0.0 #1421
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
Labels
C-compat
A discrepancy between RustPython and CPython
Comments
Wrong label, but i do not have auth. If someone who can change label see this issue, please change label |
dralley
added a commit
to dralley/RustPython
that referenced
this issue
Sep 26, 2019
Copy the same pattern used by int() closes RustPython#1421
Addressed in PR |
dralley
added a commit
to dralley/RustPython
that referenced
this issue
Sep 26, 2019
Copy the same pattern used by int() closes RustPython#1421
dralley
added a commit
to dralley/RustPython
that referenced
this issue
Sep 27, 2019
Copy the same pattern used by int() closes RustPython#1421
dralley
added a commit
to dralley/RustPython
that referenced
this issue
Sep 27, 2019
Oh, I was going to start now. But someone take this issue :) |
dralley
added a commit
to dralley/RustPython
that referenced
this issue
Sep 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature
If no argument is given, float function have to return 0.0
Actual result
Expected result
The text was updated successfully, but these errors were encountered: