aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cppext/setup.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2025-04-25 10:19:26 +0200
committerGitHub <noreply@github.com>2025-04-25 10:19:26 +0200
commit9cba14881b371b1e95d57877896169c4605f9b75 (patch)
tree9e7da0914f83d27512b2a84611d143bd8a67fab4 /Lib/test/test_cppext/setup.py
parent9888f175de5a942c76aec7fb11fae7ede367997b (diff)
downloadcpython-9cba14881b371b1e95d57877896169c4605f9b75.tar.gz
cpython-9cba14881b371b1e95d57877896169c4605f9b75.zip
gh-127906: Add missing sys import to test_cppext (#132902)
Diffstat (limited to 'Lib/test/test_cppext/setup.py')
-rw-r--r--Lib/test/test_cppext/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_cppext/setup.py b/Lib/test/test_cppext/setup.py
index b30c9e2746c..ea1ed64bf7a 100644
--- a/Lib/test/test_cppext/setup.py
+++ b/Lib/test/test_cppext/setup.py
@@ -3,6 +3,7 @@
import os
import platform
import shlex
+import sys
import sysconfig
from test import support