jiter
jiter copied to clipboard
Python: extend `lossless_floats` to support direct creating of `Decimal`
We've been asked to modify/extend lossless_floats to support eager creating of Decimal rather than an instance ofLosslessFloat`.
This should be as simple as another implementation of MaybeParseNumber and changing lossless_floats to float_mode.