mirror of
https://github.com/python/cpython.git
synced 2025-12-10 19:10:59 +00:00
Bunch of little bug fixes that appeared in building non-packagized distributions. Mainly: - brain-slip typo in 'get_package_dir()' - don't try to os.path.join() an empty path tuple -- it doesn't like it - more type-safety in 'build_module()' |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| build.py | ||
| build_ext.py | ||
| build_py.py | ||
| dist.py | ||
| install.py | ||
| install_ext.py | ||
| install_lib.py | ||
| install_py.py | ||