]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122163: Add notes for JSON serialization errors (GH-122165)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 23 Jul 2024 17:02:54 +0000 (20:02 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 17:02:54 +0000 (20:02 +0300)
commite6b25e9a09dbe09839b36f97b9174a30b1db2dbf
tree000493ed4293ecce1a6433e8892212fe9809c3d6
parentc908d1f87d287a4b3ec58c85b692a7eb617fa6ea
gh-122163: Add notes for JSON serialization errors (GH-122165)

This allows to identify the source of the error.
Doc/whatsnew/3.14.rst
Include/internal/pycore_pyerrors.h
Lib/json/encoder.py
Lib/test/test_json/test_default.py
Lib/test/test_json/test_fail.py
Lib/test/test_json/test_recursion.py
Misc/NEWS.d/next/Library/2024-07-23-15-11-13.gh-issue-122163.4wRUuM.rst [new file with mode: 0644]
Modules/_json.c