We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185a6d7 commit 57871e9Copy full SHA for 57871e9
2 files changed
Lib/test/test_cext/setup.py
@@ -1,7 +1,6 @@
1
# gh-91321: Build a basic C test extension to check that the Python C API is
2
# compatible with C and does not emit C compiler warnings.
3
import os
4
-import platform
5
import shlex
6
import sys
7
import sysconfig
Lib/test/test_cppext/setup.py
# gh-91321: Build a basic C++ test extension to check that the Python C API is
# compatible with C++ and does not emit C++ compiler warnings.
0 commit comments