mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -1,8 +1,9 @@
|
|||
from test.support import verbose, reap_children
|
||||
from test.support.import_helper import import_module
|
||||
|
||||
# Skip these tests if termios is not available
|
||||
# Skip these tests if termios or fcntl are not available
|
||||
import_module('termios')
|
||||
import_module("fcntl")
|
||||
|
||||
import errno
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue