mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
897ff817d5
Strip off leading dots and slash so the generated files are the same regardless of whether you configure in the checkout directory or build. If anyone configures in a different directory, we might want a cleaner approach using os.path.*(). Hopefully this is good enough.