Skip to content

Commit 9cba148

Browse files
authored
gh-127906: Add missing sys import to test_cppext (#132902)
1 parent 9888f17 commit 9cba148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_cppext/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import os
44
import platform
55
import shlex
6+
import sys
67
import sysconfig
78
from test import support
89

0 commit comments

Comments
 (0)