cpython/Lib/test/test_json
Mark Shannon 45e09f921b
GH-112215: Increase C recursion limit for non debug builds (GH-113397)
2023-12-22 14:25:25 +00:00
..
__init__.py Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)" (#105948) 2023-06-26 20:35:53 +02:00
__main__.py
test_decode.py
test_default.py
test_dump.py
test_encode_basestring_ascii.py
test_enum.py
test_fail.py gh-113149: Improve error message when JSON has trailing comma (GH-113227) 2023-12-17 20:52:26 +02:00
test_float.py gh-99925: Fix inconsistency in `json.dumps()` error messages (GH-99926) 2022-12-20 12:54:56 +02:00
test_indent.py
test_pass1.py
test_pass2.py
test_pass3.py
test_recursion.py GH-112215: Increase C recursion limit for non debug builds (GH-113397) 2023-12-22 14:25:25 +00:00
test_scanstring.py
test_separators.py
test_speedups.py
test_tool.py
test_unicode.py