mirror of
https://github.com/python/cpython.git
synced 2026-02-18 13:20:48 +00:00
* 'build_dir' -> 'build_lib', which by default takes its value
straight from 'build_lib' in the 'build' command
* added 'build_temp' and 'inplace' options
* change 'build_extensions()' to put object files (compiler turds) in
'build_temp' dir
* complicated the name-of-extension-file shenanigans in
'build_extensions()' to support "in-place" extension building, i.e.
put the extension right into the source tree (handy for developers)
* added 'get_ext_fullname()', renamed 'extension_filename()' to
'get_ext_filename()', and tweaked the latter a bit -- all to support
the new filename shenanigans
|
||
|---|---|---|
| .. | ||
| 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 | ||