We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a246c7 commit c6c784cCopy full SHA for c6c784c
cpython-unix/build.py
@@ -571,8 +571,6 @@ def build_cpython(
571
if f.startswith("LICENSE.") and f.endswith(".txt"):
572
build_env.copy_file(ROOT / f)
573
574
- # TODO copy latest pip/setuptools.
575
-
576
with tempfile.NamedTemporaryFile("wb") as fh:
577
# In case default file masks cause wonkiness.
578
os.chmod(fh.name, 0o644)
0 commit comments