Skip to content

Commit eb03372

Browse files
Update bullets
1 parent 3c0e4b7 commit eb03372

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

peps/pep-0774.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ This PEP proposes checking JIT stencils directly into the CPython repo as the
6868
best path forward for eliminating our build-time dependency on LLVM.
6969

7070
This approach:
71-
* Provides the best end-to-end experience for those looking to
72-
build CPython with the JIT
73-
* Lessens the barrier to entry for those looking to
74-
contribute to the JIT
75-
* Ensures builds remain reproducible and consistent across
76-
platforms without relying on external infrastructure or download mechanisms
71+
72+
* Provides the best end-to-end experience for those looking to build CPython
73+
with the JIT
74+
* Lessens the barrier to entry for those looking to contribute to the JIT
75+
* Ensures builds remain reproducible and consistent across platforms without
76+
relying on external infrastructure or download mechanisms
7777
* Eliminates variability introduced by network conditions or potential
78-
discrepancies between hosted files and the CPython repository state, and
78+
discrepancies between hosted files and the CPython repository state, and
7979
* Subjects stencils to the same review processes we have for all other JIT-related
80-
code
80+
code
8181

8282
However, this approach does result in a slight increase in overall
8383
repository size. Comparing repo growth on commits over the past 90 days, the

0 commit comments

Comments
 (0)