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

This commit is contained in:
Victor Stinner 2025-04-25 10:19:26 +02:00 committed by GitHub
parent 9888f175de
commit 9cba14881b
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