8000 Add missing import · python/cpython@8a19821 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a19821

Browse files
committed
Add missing import
1 parent 35c99cd commit 8a19821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from test.support import cpython_only, requires_limited_api, skip_on_s390x, is_wasi
2+
from test.support import cpython_only, requires_limited_api, skip_on_s390x, is_wasi, Py_DEBUG
33
try:
44
import _testcapi
55
except ImportError:

0 commit comments

Comments
 (0)
0