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 gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505) 2023-03-09 09:50:33 -07:00
_msvccompiler.py gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505) 2023-03-09 09:50:33 -07:00
bcppcompiler.py gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505) 2023-03-09 09:50:33 -07:00
ccompiler.py
cygwinccompiler.py gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410) 2023-06-06 21:08:48 +00:00
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
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.