File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11PEP: 774
22Title: Removing the LLVM requirement for JIT builds
33Author: Savannah Ostrowski <savannah@python.org>
4+ Discussions-To: https://discuss.python.org/t/78548/
45Status: Draft
56Type: Standards Track
67Created: 27-Jan-2025
@@ -220,9 +221,7 @@ process. Additional tooling would be required to fetch the stencils and
220221potentially create additional and unnecessary failure points in the workflow.
221222This separation also makes it harder to ensure consistency between the stencils
222223and the CPython source tree, as updates must be coordinated across the
223- repositories. Finally, this approach introduces an attack vector, as external
224- repositories are less integrated with our workflows, making provenance and
225- integrity harder to guarantee.
224+ repositories.
226225
227226Hosting in cloud storage
228227------------------------
@@ -241,7 +240,7 @@ use Git LFS. Git LFS does not work well with offline workflows since files
241240managed by LFS require an internet connection to fetch when checking out
242241specific commits, which is disruptive for even basic Git workflows. Git LFS has
243242some free quota but there are `additional
244- costs <https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage> `__.
243+ costs <https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage> `__
245244for exceeding that quota which are also undesirable.
246245
247246Maintain the status quo with LLVM as a build-time dependency
You can’t perform that action at this time.
0 commit comments