cpython/Tools/c-analyzer/distutils
Victor Stinner d1b0015ea8
gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410)
2023-06-06 21:08:48 +00:00
..
README
__init__.py
_msvccompiler.py
bcppcompiler.py
ccompiler.py
cygwinccompiler.py
debug.py
dep_util.py
errors.py
log.py
msvc9compiler.py
msvccompiler.py
spawn.py
unixccompiler.py
util.py

README

This is a partial copy of distutils as it was removed in 0faa0ba240e.
It only includes the parts needed by the C parser.