From 8a1982128fde659295552775a9a6e2fba94a9275 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Sun, 4 Feb 2024 10:37:32 +0000 Subject: [PATCH] Add missing import --- Lib/test/test_call.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_call.py b/Lib/test/test_call.py index 5266ca3fb146aa..46abf40605f491 100644 --- a/Lib/test/test_call.py +++ b/Lib/test/test_call.py @@ -1,5 +1,5 @@ import unittest -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 try: import _testcapi except ImportError: