aboutsummaryrefslogtreecommitdiff
path: root/changelog.d/679.bugfix.rst
blob: 3cae0700517440091dadcb193953eb1349b04829 (plain)
1
Fixed an issue where decimal.Decimal would cast `NaN` or infinite value in a parser.parse, which will raise decimal.Decimal-specific errors. Reported and fixed by @amureki (gh issue #662, gh pr #679).