From 611db6536ef26641ccde0ec1558b0d1f3b37e2e2 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Fri, 3 Jul 2026 17:52:33 +0100 Subject: [PATCH 1/4] PEP 836: Add Discussions-To --- 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 a53f17fe983..5753d724f29 100644 --- a/peps/pep-0836.rst +++ b/peps/pep-0836.rst @@ -3,7 +3,7 @@ Title: JIT Go Brrr: The Path to a Supported JIT Compiler for CPython Author: Savannah Ostrowski , Ken Jin , Brandt Bucher -Discussions-To: Pending +Discussions-To: https://discuss.python.org/t/pep-836-jit-go-brrr-the-path-to-a-supported-jit-compiler-for-cpython/108010 Status: Draft Type: Standards Track Created: 02-Jul-2026 From cc1d22006f3efec799870eae41346d1e917761f1 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Fri, 3 Jul 2026 18:21:00 +0100 Subject: [PATCH 2/4] Add Post-History --- 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 5753d724f29..b0f1b58b471 100644 --- a/peps/pep-0836.rst +++ b/peps/pep-0836.rst @@ -8,7 +8,7 @@ Status: Draft Type: Standards Track Created: 02-Jul-2026 Python-Version: 3.16 -Post-History: Pending +Post-History: `03-Jul-2026 https://discuss.python.org/t/pep-836-jit-go-brrr-the-path-to-a-supported-jit-compiler-for-cpython/108010` Abstract From 2d73a6a9005afc662696274f9b045c9aa24568e4 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Fri, 3 Jul 2026 18:21:50 +0100 Subject: [PATCH 3/4] add link --- 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 b0f1b58b471..4b51e6ea0d5 100644 --- a/peps/pep-0836.rst +++ b/peps/pep-0836.rst @@ -8,7 +8,7 @@ Status: Draft Type: Standards Track Created: 02-Jul-2026 Python-Version: 3.16 -Post-History: `03-Jul-2026 https://discuss.python.org/t/pep-836-jit-go-brrr-the-path-to-a-supported-jit-compiler-for-cpython/108010` +Post-History: `03-Jul-2026 https://discuss.python.org/t/pep-836-jit-go-brrr-the-path-to-a-supported-jit-compiler-for-cpython/108010`__ Abstract From 8cb04b9deed3e7ff5022064a05c359f1ef0fe0d5 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Fri, 3 Jul 2026 18:22:56 +0100 Subject: [PATCH 4/4] i am really bad at rST now --- 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 4b51e6ea0d5..b8a627d559f 100644 --- a/peps/pep-0836.rst +++ b/peps/pep-0836.rst @@ -8,7 +8,7 @@ Status: Draft Type: Standards Track Created: 02-Jul-2026 Python-Version: 3.16 -Post-History: `03-Jul-2026 https://discuss.python.org/t/pep-836-jit-go-brrr-the-path-to-a-supported-jit-compiler-for-cpython/108010`__ +Post-History: `03-Jul-2026 `__ Abstract