Skip to content

Commit 406a4ad

Browse files
PEP 744: Add Discussions-To link and minor revisions (#4236)
1 parent 4c0b2e8 commit 406a4ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

peps/pep-0774.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PEP: 774
22
Title: Removing the LLVM requirement for JIT builds
33
Author: Savannah Ostrowski <[email protected]>
4+
Discussions-To: https://discuss.python.org/t/78548/
45
Status: Draft
56
Type: Standards Track
67
Created: 27-Jan-2025
@@ -220,9 +221,7 @@ process. Additional tooling would be required to fetch the stencils and
220221
potentially create additional and unnecessary failure points in the workflow.
221222
This separation also makes it harder to ensure consistency between the stencils
222223
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.
226225

227226
Hosting in cloud storage
228227
------------------------
@@ -241,7 +240,7 @@ use Git LFS. Git LFS does not work well with offline workflows since files
241240
managed by LFS require an internet connection to fetch when checking out
242241
specific commits, which is disruptive for even basic Git workflows. Git LFS has
243242
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>`__
245244
for exceeding that quota which are also undesirable.
246245

247246
Maintain the status quo with LLVM as a build-time dependency

0 commit comments

Comments
 (0)