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

README

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