mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
This commit is contained in:
parent
ef3ef6fa43
commit
c02e860ee7
9 changed files with 34 additions and 6 deletions
2
configure
vendored
2
configure
vendored
|
@ -21323,7 +21323,7 @@ case $ac_sys_system/$ac_sys_emscripten_target in #(
|
|||
;; #(
|
||||
Emscripten/node) :
|
||||
|
||||
py_stdlib_not_available="_ctypes _curses _curses_panel _dbm _gdbm _scproxy _tkinter nis ossaudiodev spwd syslog"
|
||||
py_stdlib_not_available="_ctypes _curses _curses_panel _dbm _gdbm _scproxy _tkinter _xxsubinterpreters grp nis ossaudiodev spwd syslog"
|
||||
;; #(
|
||||
*) :
|
||||
py_stdlib_not_available="_scproxy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue