Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 ↵ | Mark Shannon | 2024-05-04 | 1 | -1/+2 |
| | | | | | | | | | | support of calls. (GH-118322) * Add CALL_PY_GENERAL, CALL_BOUND_METHOD_GENERAL and call CALL_NON_PY_GENERAL specializations. * Remove CALL_PY_WITH_DEFAULTS specialization * Use CALL_NON_PY_GENERAL in more cases when otherwise failing to specialize | ||||
* | gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674) | Victor Stinner | 2024-04-16 | 1 | -2/+1 |
| | | | | | Increase also the initial memory from 10 MiB to 20 MiB. Reenable test_dynamic on WASI build. | ||||
* | gh-117645: Skip test_dynamic global specialization on WASI (#117646) | Victor Stinner | 2024-04-08 | 1 | -2/+2 |
| | | | | Skip test_load_global_specialization_failure_keeps_oparg() of test_dynamic on WASI build. The test uses too much stack memory. | ||||
* | GH-114456: lower the recursion limit under WASI for debug builds (GH-114457) | Brett Cannon | 2024-01-23 | 1 | -1/+2 |
| | | | Testing under wasmtime 16.0.0 w/ code from https://github.com/python/cpython/issues/114413 is how the value was found. | ||||
* | Fix typos in docs and comments (#109619) | Heinz-Alexander Fuetterer | 2023-09-20 | 1 | -1/+1 |
| | |||||
* | GH-91079: Decouple C stack overflow checks from Python recursion checks. ↵ | Mark Shannon | 2022-10-05 | 1 | -4/+4 |
| | | | | (GH-96510) | ||||
* | GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) | Mark Shannon | 2022-09-08 | 1 | -0/+43 |
| | | | Co-authored-by: Brandt Bucher <brandtbucher@gmail.com> | ||||
* | gh-93678: Address stack exhaustion on WASI (GH-95296) | Christian Heimes | 2022-07-26 | 1 | -4/+7 |
| | |||||
* | gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626) | Dennis Sweeney | 2022-04-17 | 1 | -0/+12 |
| | |||||
* | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
| | |||||
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -6/+2 |
| | | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run. | ||||
* | Add some tests for ways users can change or shadow globals and builtins. | Collin Winter | 2010-03-17 | 1 | -0/+143 |