summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dynamic.py
Commit message (Expand)AuthorAgeFilesLines
* GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...Mark Shannon2024-05-041-1/+2
* gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)Victor Stinner2024-04-161-2/+1
* gh-117645: Skip test_dynamic global specialization on WASI (#117646)Victor Stinner2024-04-081-2/+2
* GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)Brett Cannon2024-01-231-1/+2
* Fix typos in docs and comments (#109619)Heinz-Alexander Fuetterer2023-09-201-1/+1
* GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...Mark Shannon2022-10-051-4/+4
* GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)Mark Shannon2022-09-081-0/+43
* gh-93678: Address stack exhaustion on WASI (GH-95296)Christian Heimes2022-07-261-4/+7
* gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)Dennis Sweeney2022-04-171-0/+12
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-6/+2
* Add some tests for ways users can change or shadow globals and builtins.Collin Winter2010-03-171-0/+143