[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 9cba14881b)

Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
Miss Islington (bot) 2025-04-25 10:42:57 +02:00 committed by GitHub
parent 293f2895d5
commit 8a759c235c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
import os
import platform
import shlex
import sys
import sysconfig
from test import support