-
Notifications
You must be signed in to change notification settings - Fork 1.3k
int type casting with negative base value do not raise valueError #1405
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
hqsz
added a commit
to hqsz/RustPython
that referenced
this issue
Sep 23, 2019
Change base type from u32 to i32 Fixed: RustPython#1405
hqsz
added a commit
to hqsz/RustPython
that referenced
this issue
Sep 23, 2019
Change base type from u32 to i32 Fixed: RustPython#1405
hqsz
added a commit
to hqsz/RustPython
that referenced
this issue
Sep 24, 2019
Change base type from u32 to i32 Fixed: RustPython#1405
hqsz
added a commit
to hqsz/RustPython
that referenced
this issue
Sep 24, 2019
Change base type from u32 to PyIntRef Fixed: RustPython#1405
hqsz
added a commit
to hqsz/RustPython
that referenced
this issue
Sep 24, 2019
Change base type from u32 to PyIntRef Fixed: RustPython#1405
hqsz
added a commit
to hqsz/RustPython
that referenced
this issue
Sep 24, 2019
Change base type from u32 to PyIntRef Fixed: RustPython#1405
hqsz
added a commit
to hqsz/RustPython
that referenced
this issue
Sep 24, 2019
Change base type from u32 to PyIntRef Fixed: RustPython#1405
hqsz
added a commit
to hqsz/RustPython
that referenced
this issue
Sep 26, 2019
Change base type from u32 to PyIntRef Fixed: RustPython#1405
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature
if base is negative value, it should be valueError
Actual result
Expected result
The text was updated successfully, but these errors were encountered: