mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
For wasmtime 2.0, the stack depth cost is 6% higher. This causes the default max `marshal` recursion depth to blow the stack. As the default marshal depth is 2000 and Windows is set to 1000, split the difference and choose 1500 for WASI to be safe.
Miscellaneous source files for the main Python shared library