Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-127146: Emscripten: Skip segfaults in test suite (#127151) | Hood Chatham | 2024-12-05 | 1 | -0/+3 |
| | | | | Added skips for tests known to cause problems when running on Emscripten. These mostly relate to the limited stack depth on Emscripten. | ||||
* | gh-122163: Add notes for JSON serialization errors (GH-122165) | Serhiy Storchaka | 2024-07-23 | 1 | -8/+10 |
| | | | This allows to identify the source of the error. | ||||
* | GH-112215: Increase C recursion limit for non debug builds (GH-113397) | Mark Shannon | 2023-12-22 | 1 | -3/+3 |
| | |||||
* | bpo-46542: test_json uses support.infinite_recursion() (GH-30972) | Victor Stinner | 2022-01-28 | 1 | -6/+13 |
| | | | | Fix test_json tests checking for RecursionError: modify these tests to use support.infinite_recursion(). | ||||
* | bpo-40462: Fix typo in test_json (GH-20094) | Victor Stinner | 2020-05-14 | 1 | -1/+1 |
| | |||||
* | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. | Yury Selivanov | 2015-07-03 | 1 | -6/+6 |
| | |||||
* | #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵ | Ezio Melotti | 2013-08-08 | 1 | -0/+100 |
them discoverable by unittest. Patch by Zachary Ware. |