From 5a4ee64ced866bc3a898cf1282e6de1a544099f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Thu, 9 Jul 2026 09:36:01 +0200 Subject: [PATCH 1/2] PEP 836: minor edits --- peps/pep-0836.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0836.rst b/peps/pep-0836.rst index bdd2517d162..c940484e645 100644 --- a/peps/pep-0836.rst +++ b/peps/pep-0836.rst @@ -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 @@ -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 `. The JIT team has learnt important lessons to attract new contributors, such as making From bfe69b4554430a574f00f1fdcc5415e760d8daec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Thu, 9 Jul 2026 10:21:55 +0200 Subject: [PATCH 2/2] Update peps/pep-0836.rst Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- peps/pep-0836.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0836.rst b/peps/pep-0836.rst index c940484e645..4a6957369d7 100644 --- a/peps/pep-0836.rst +++ b/peps/pep-0836.rst @@ -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