Skip to content

Commit 0cc6f61

Browse files
vstinnermiss-islington
authored andcommitted
pythongh-127906: Add missing sys import to test_cppext (pythonGH-132902)
(cherry picked from commit 9cba148) Co-authored-by: Victor Stinner <[email protected]>
1 parent aeb3a6f commit 0cc6f61

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)