https://github.com/python/cpython/commit/9cba14881b371b1e95d57877896169c4605f9b75
commit: 9cba14881b371b1e95d57877896169c4605f9b75
branch: main
author: Victor Stinner <vstin...@python.org>
committer: vstinner <vstin...@python.org>
date: 2025-04-25T10:19:26+02:00
summary:

gh-127906: Add missing sys import to test_cppext (#132902)

files:
M Lib/test/test_cppext/setup.py

diff --git a/Lib/test/test_cppext/setup.py b/Lib/test/test_cppext/setup.py
index b30c9e2746c980..ea1ed64bf7ab0a 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
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to