We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efede66 commit acaf0d5Copy full SHA for acaf0d5
Lib/test/test_call.py
@@ -1,5 +1,5 @@
1
import unittest
2
-from test.support import cpython_only, requires_limited_api, skip_on_s390x
+from test.support import cpython_only, requires_limited_api, skip_on_s390x, is_wasi
3
try:
4
import _testcapi
5
except ImportError:
0 commit comments