Closed
Description
Issues
In Lib/test/test_types.py``test_int__format__locale
, if you change from format(x, 'n')
to format(x, ',')
and run the test, RustPython will panic! It doesn't crash in CPython!
See #4593 for test case
In Lib/test/test_types.py``test_int__format__locale
, if you change from format(x, 'n')
to format(x, ',')
and run the test, RustPython will panic! It doesn't crash in CPython!
See #4593 for test case