Skip to content

Commit 8a759c2

Browse files
[3.13] gh-127906: Add missing sys import to test_cppext (GH-132902) (#132904)
gh-127906: Add missing sys import to test_cppext (GH-132902) (cherry picked from commit 9cba148) Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 293f289 commit 8a759c2

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)