cpython/Tools/c-analyzer/distutils
..
__init__.py
_msvccompiler.py
bcppcompiler.py
ccompiler.py
cygwinccompiler.py
debug.py gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505) 2023-03-09 09:50:33 -07:00
dep_util.py
errors.py
log.py
msvc9compiler.py
msvccompiler.py
README
spawn.py gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505) 2023-03-09 09:50:33 -07:00
unixccompiler.py
util.py

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