logoalt Hacker News

woodruffwyesterday at 7:45 PM1 replyview on HN

> If I understand correctly, the source code for building Python is not fetched directly from python.org. Not so sure how secure is that.

python-build-standalone fetches CPython sources directly from python.org[1]. I don't even know where else we would get them from!

[1]: https://github.com/astral-sh/python-build-standalone/blob/a2...


Replies

aurahamyesterday at 8:21 PM

Thanks for pointing that out.