cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-86018 Inconsistent errors for JSON-encoding NaNs with allow_nan=False

Open WillAyd opened this issue 3 years ago • 0 comments

Fix issue where json.dumps provided a different error message than json.dump with non-finite values

  • Issue: gh-86018

WillAyd avatar Nov 06 '22 19:11 WillAyd