Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Bug report
Bug description:
$ python Tools/wasm/wasi.py configure-build-python -- --with-pydebug...$ python Tools/wasm/wasi.py make-build-python...$ python Tools/wasm/wasi.py configure-host -- --with-pydebug...$ python Tools/wasm/wasi.py make-host...$ wasmtime run --dir .::/ cross-build/wasm32-wasip1/python.wasm -m test.test_compileTraceback (most recent call last): File"/Lib/runpy.py", line189, in_run_module_as_main mod_name, mod_spec, code= _get_module_details(mod_name, _Error)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File"/Lib/runpy.py", line159, in_get_module_details code= loader.get_code(mod_name) File"<frozen importlib._bootstrap_external>", line896, inget_code File"<frozen importlib._bootstrap_external>", line826, insource_to_code File"<frozen importlib._bootstrap>", line488, in_call_with_frames_removedMemoryError:Parser stack overflowed - Python source too complex to parse
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
NOTE
The failing tests have shifted; see#131770 (comment)
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Done