Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions peps/pep-0836.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ At a high level, these are our milestones and goals for the JIT over the next
middle-end/optimizer, and Copy and Patch backend), remain almost
completely unchanged from CPython 3.15. **In other words, only what
the JIT selects to compile is evolving from traces to methods,
nothing else is changing from CPython 3.15.**.
nothing else is changing from CPython 3.15.**

* :ref:`Make the JIT compatible with free-threading <836-free-threading>`. We
believe that this is important to prioritize early on in the next phase of
Expand Down Expand Up @@ -170,7 +170,7 @@ stencil generation.

The JIT has garnered many excellent community contributors, and this has picked
up momentum in recent months. We are extremely grateful to these volunteers. A
sizable and active community now exists today, as evidenced by the contributor
sizable and active community exists today, as evidenced by the contributor
list in CPython 3.15's :ref:`What's New entry for the JIT
<whatsnew315-jit>`. The JIT team
has learnt important lessons to attract new contributors, such as making
Expand Down
Loading