mirror of https://github.com/python/cpython
ca066bdbed
distutils was removed in November. However, the c-analyzer relies on it. To solve that here, we vendor the parts the tool needs so it can be run against 3.12+. (Also see gh-92584.) Note that we may end up removing this code later in favor of a solution in common with the peg_generator tool (which also relies on distutils). At the least, the copy here makes sure the c-analyzer tool works on 3.12+ in the meantime. |
||
---|---|---|
.. | ||
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.