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 1
1
PEP: 774
2
2
Title: Removing the LLVM requirement for JIT builds
3
3
Author: Savannah Ostrowski <
[email protected] >
4
+ Discussions-To: https://discuss.python.org/t/78548/
4
5
Status: Draft
5
6
Type: Standards Track
6
7
Created: 27-Jan-2025
@@ -220,9 +221,7 @@ process. Additional tooling would be required to fetch the stencils and
220
221
potentially create additional and unnecessary failure points in the workflow.
221
222
This separation also makes it harder to ensure consistency between the stencils
222
223
and 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.
226
225
227
226
Hosting in cloud storage
228
227
------------------------
@@ -241,7 +240,7 @@ use Git LFS. Git LFS does not work well with offline workflows since files
241
240
managed by LFS require an internet connection to fetch when checking out
242
241
specific commits, which is disruptive for even basic Git workflows. Git LFS has
243
242
some 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> `__
245
244
for exceeding that quota which are also undesirable.
246
245
247
246
Maintain the status quo with LLVM as a build-time dependency
You can’t perform that action at this time.
0 commit comments