This PR is related to PR #5356 in the RustPython repo. While investigating the NumberFormatBuilder I noticed that even though the flag fraction_consecutive_digit_separator is set to false the parser processed the bytes as if it was set to true. This observation was also made in issue #96 in the rust-lexical repo.
Hi!
This PR is related to PR #5356 in the RustPython repo. While investigating the
NumberFormatBuilder
I noticed that even though the flagfraction_consecutive_digit_separator
is set tofalse
the parser processed the bytes as if it was set totrue
. This observation was also made in issue #96 in therust-lexical
repo.