mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
- rename 'dir' to 'build_dir' - take 'package' from distribution option 'ext_package' - take 'extensions' from distribution option 'ext_modules' - take 'include_dirs' from distribution Name keyword args explictly when calling CCompiler methods. Overhauled how we generate extension filenames (in 'extension_filename() and 'build_extension()') to take 'package' option into account. |
||
|---|---|---|
| .. | ||
| command | ||
| __init__.py | ||
| ccompiler.py | ||
| core.py | ||
| errors.py | ||
| fancy_getopt.py | ||
| msvccompiler.py | ||
| spawn.py | ||
| sysconfig.py | ||
| text_file.py | ||
| unixccompiler.py | ||
| util.py | ||
| version.py | ||