Skip to content

Commit a6f2b33

Browse files
committed
gh-127906: Add missing sys import to test_cppext
1 parent c292f7f commit a6f2b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_cppext/setup.py

Lines changed: 1 addition & 0 deletions
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)