summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_recursion.py
Commit message (Expand)AuthorAgeFilesLines
* gh-140125: Increase object recursion depth for `test_json` from 200k to 500k ...Zanie Blue2025-12-081-2/+2
* gh-134578: Mark more slow tests (GH-134579)Serhiy Storchaka2025-05-231-0/+1
* GH-130397: remove special-casing of C stack depth for WASI (#134469)Brett Cannon2025-05-221-0/+2
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-251-4/+6
* GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...Petr Viktorin2025-02-241-1/+0
* GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)Mark Shannon2025-02-191-0/+1
* gh-127146: Emscripten: Skip segfaults in test suite (#127151)Hood Chatham2024-12-051-0/+3
* gh-122163: Add notes for JSON serialization errors (GH-122165)Serhiy Storchaka2024-07-231-8/+10
* GH-112215: Increase C recursion limit for non debug builds (GH-113397)Mark Shannon2023-12-221-3/+3
* bpo-46542: test_json uses support.infinite_recursion() (GH-30972)Victor Stinner2022-01-281-6/+13
* bpo-40462: Fix typo in test_json (GH-20094)Victor Stinner2020-05-141-1/+1
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-6/+6
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-081-0/+100