cpython/Tools/c-analyzer/distutils
partev 33f32d6740
Replace obsolete platforms with more recent examples (#132455)
Co-authored-by: Filipe Laíns 🇵🇸 <lains@riseup.net>
2025-10-10 05:38:13 +00:00
..
__init__.py
_msvccompiler.py
bcppcompiler.py
ccompiler.py
cygwinccompiler.py gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410) 2023-06-06 21:08:48 +00:00
debug.py
dep_util.py
errors.py
log.py
msvc9compiler.py
msvccompiler.py
README
spawn.py
unixccompiler.py gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410) 2023-06-06 21:08:48 +00:00
util.py Replace obsolete platforms with more recent examples (#132455) 2025-10-10 05:38:13 +00:00

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