Block a user
Parser modification to handle negative integer edge cases
Do you know why it was done that way in RustPython?
I think it does this way just to be consistent with original python where int
has no size restriction:
Python 3.9.6 (default, Jun 28…
Modify the parser to handle negative integer edge cases
Add floor and ceil, move built-in functions to a separate file
poor error message for wrong 1-tuple annotation
We should not panic from errors in user code
I am sorry that regarding this I am not sure how this should be handled.. since it is an error ultimately captured and unwraped in a rust code that…