cpython
cpython copied to clipboard
gh-86018 Inconsistent errors for JSON-encoding NaNs with allow_nan=False
Fix issue where json.dumps provided a different error message than json.dump with non-finite values
- Issue: gh-86018