diff options
author | Christian Heimes <christian@python.org> | 2022-04-01 19:20:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 19:20:56 (GMT) |
commit | 082d3495d0c820972f09f6109a98ed7eb5a7b79f (patch) | |
tree | a18d8ff8a87bdc5ad7e6f106dd895c73cedc9556 /configure | |
parent | 76b8a075b8a79b08468fd0ed06a489a5c815bc11 (diff) | |
download | cpython-082d3495d0c820972f09f6109a98ed7eb5a7b79f.zip cpython-082d3495d0c820972f09f6109a98ed7eb5a7b79f.tar.gz cpython-082d3495d0c820972f09f6109a98ed7eb5a7b79f.tar.bz2 |
bpo-40280: Emscripten fork_exec now fails early (GH-32224)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21772,6 +21772,9 @@ case $ac_sys_system/$ac_sys_emscripten_target in #( py_cv_module__curses_panel=n/a py_cv_module__dbm=n/a py_cv_module__gdbm=n/a + py_cv_module__multiprocessing=n/a + py_cv_module__posixshmem=n/a + py_cv_module__posixsubprocess=n/a py_cv_module__scproxy=n/a py_cv_module__tkinter=n/a py_cv_module__xxsubinterpreters=n/a |