mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
2a612067e6
Don't call 'set_final_options()' in 'run()' anymore -- that's now guaranteed to be taken care of for us by the Distribution instance. Rearranged to bit to allow outsiders (specifically, the 'dist' command) to find out what modules we would build: - 'find_modules()' renamed to 'find_package_modules()' - most of 'build_modules()' abstracted out to 'find_modules()' - added 'get_source_files()' (for the 'dist' command to use) - drastically simplified 'build_modules()' -- now just a wrapper around 'find_modules()' and 'build_module()' |
||
---|---|---|
.. | ||
__init__.py | ||
build_ext.py | ||
build_py.py | ||
build.py | ||
install_ext.py | ||
install_lib.py | ||
install_py.py | ||
install.py |