PEP 836: JIT Go Brrr: The Path to a Supported JIT Compiler for CPython

2026-07-05

Link: https://discuss.python.org/t/pep-836-jit-go-brrr-the-path-to-a-supported-jit-compiler-for-cpython/108010

HN Discussion: 2 points, 0 comments

A PEP that could quietly reshape the next decade of Python performance work is sitting at two upvotes. PEP 836 is the formal proposal to promote CPython's copy-and-patch JIT — an experiment that landed as an opt-in build flag in 3.13 — into a supported, first-class component of the interpreter. The cheeky "Go Brrr" title undersells what this actually represents: the moment CPython stops apologizing for the JIT and starts treating it as part of the shipped runtime.

Why this matters:

If you write Python at scale, maintain a distribution, ship a C extension, or just want to understand what "Python is getting fast" actually means at the implementation level, this thread is the primary source. The absence of comments on HN isn't a signal about quality — it's a signal that everyone who cares is reading discuss.python.org directly.

Why it deserves more upvotes: This is the PEP that decides whether CPython's JIT graduates from experiment to shipped feature — a pivotal moment for Python performance that's flying completely under HN's radar.

All newsletters