bpo-40280: Block more syscalls that are causing crashes in tests (GH-30601) by tiran · Pull Request #30601 · python/cpython
# Untested syscalls in emscripten # Untested or failing syscalls in emscripten ac_cv_func_openat=no ac_cv_func_mkdirat=no ac_cv_func_faccessat=no ac_cv_func_fchownat=no ac_cv_func_renameat=no ac_cv_func_linkat=no
# Unsupported functionality #undef HAVE_PTHREAD_H # aborts with bad ioctl ac_cv_func_openpty=no ac_cv_func_forkpty=no
# To use dlopen, you need to use Emscripten's linking support, # see https://github.com/emscripten-core/emscripten/wiki/Linking) ac_cv_func_dlopen=no