Allow Subinterpreters on WASI/Emscripten Builds #135190
Labels
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
docs
Documentation in the Doc dir
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
OS-emscripten
OS-wasi
stdlib
Python modules in the Lib dir
tests
Tests in the Lib/test dir
topic-subinterpreters
Currently using multiple interpreters on WASI and Emscripten builds is disallowed. This is reflected in various places, including
configure
, the test suite, and the docs. I don't recall why the feature was disallowed (maybe confusion about a relationship with threads?), but there shouldn't be any need to disallow them.CC @brettcannon
The text was updated successfully, but these errors were encountered: