bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)

This commit is contained in:
Christian Heimes 2022-01-20 19:56:33 +02:00 committed by GitHub
parent ef3ef6fa43
commit c02e860ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 34 additions and 6 deletions

View file

@ -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