mirror of
https://github.com/python/cpython.git
synced 2026-01-04 06:22:20 +00:00
Changed signature of 'build_extensions()': no longer takes the extension list, but uses 'self.extensions' (just like 'get_outputs()' has to) Moved call to 'check_extensions_list()' from 'run()' to 'build_extensions()', again for consistency with 'get_outputs()'. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| build.py | ||
| build_clib.py | ||
| build_ext.py | ||
| build_py.py | ||
| clean.py | ||
| install.py | ||
| install_lib.py | ||
| sdist.py | ||