8000
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 35c99cd commit 8a19821Copy full SHA for 8a19821
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, is_wasi
+from test.support import cpython_only, requires_limited_api, skip_on_s390x, is_wasi, Py_DEBUG
3
try:
4
import _testcapi
5
except ImportError:
0 commit comments