aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_json/test_recursion.py
Commit message (Expand)AuthorAge
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-25
* GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...Petr Viktorin2025-02-24
* GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)Mark Shannon2025-02-19
* gh-127146: Emscripten: Skip segfaults in test suite (#127151)Hood Chatham2024-12-05
* gh-122163: Add notes for JSON serialization errors (GH-122165)Serhiy Storchaka2024-07-23
* GH-112215: Increase C recursion limit for non debug builds (GH-113397)Mark Shannon2023-12-22
* bpo-46542: test_json uses support.infinite_recursion() (GH-30972)Victor Stinner2022-01-28
* bpo-40462: Fix typo in test_json (GH-20094)Victor Stinner2020-05-15
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-03
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-08