Claim analyzed

Tech

“Python 3.12 runs about 20% faster than Python 3.11 on the official Python benchmark suite.”

The conclusion

False
1/10

Official benchmarks do not support a 20% speedup. Python 3.12 was reported as roughly 4–5% faster overall than Python 3.11, with results varying by workload and platform. The larger figure appears to confuse this comparison with Python 3.11's performance gain over Python 3.10.

Caveats

  • Benchmark performance varies by workload, hardware, operating system, and build configuration.
  • The 20% figure likely conflates Python 3.12's results with Python 3.11's larger gain over Python 3.10.
  • An overall benchmark average does not mean every program runs faster.

Sources

Sources used in the analysis

#1
python.org 2023-09-19 | Python Release Python 3.12.0rc3 | Python.org

Many large and small performance improvements(like PEP 709 and support for the BOLT binary optimizer), delivering an estimated 5% overall performance improvementcitation needed.

#2
mail-archive.com [Python-announce] Python 3.12.0 (final) now available.

Many large and small performance improvements <https://docs.python.org/3.12/whatsnew/3.12.html#optimizations> (like PEP 709 <https://peps.python.org/pep-0709/> and support for the BOLT binary optimizer), delivering an estimated 5% overall performance improvement.

#3
docs.python.org 2022-10-24 | What's New In Python 3.11 — Python 3.14.7 documentation

Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite.

#4
lwn.net 2023-04-11 | Python 3.12: error messages, perf support, and more [LWN.net]

Overall, according to the Faster CPython benchmarks for the latest release, Python 3.12 outperforms 3.11 by about 1.04x.

#5
github.com faster-cpython/benchmarking-public

For the results above, the "faster/slower" result is a geometric mean of each of the benchmarks.

#6
bitecode.dev 2023-10-03 | Python 3.12: what didn't make the headlines - Bite code!

The release notes talk about a 5% gain in general, an underwhelming number, but I wanted to check by myself.

#7
blog.miguelgrinberg.com 2024-11-18 | Is Python Really That Slow?

In the first test, 3.12 and 3.13 were slightly faster than 3.11, but then on this new test the results reversed, with 3.11 being the fastest. … For this reason I'm also seeing 3.11, 3.12 and 3.13 as a group with similar performance characteristics.

#8
pyperformance.readthedocs.io 2017-04-14 | Usage — Python Performance Benchmark Suite 1.14.0 documentation

The pyperformance benchmark suite has multiple goals: - Help to detect performance regression in a Python implementation - Validate that an optimization change makes Python faster and don’t performance regressions, or only minor regressions - Compare two implementations of Python, for example CPython and PyPy

#9
engineering.fb.com 2023-10-05 | Meta contributes new features to Python 3.12 - Engineering at Meta

The Python Performance Benchmark suite is the standard set of benchmarks used in open-source Python optimization work. During the 3.12 development cycle, we contributed several new benchmarks to it so that it more accurately represents workload characteristics we see at Meta.

#10
en.lewoniewski.info 2023-10-16 | Python 3.11 vs Python 3.12 – performance testing – Lewoniewski.info

All tests were run on Windows 11 computers using the pyperformance 1.0.9 library in Python 3.11.6 and Python 3.12.0 (both 64-bit versions). … | Result (geometric mean) | | 1.01x slower | … | Result (geometric mean) | | 1.05x faster |

#11
dev.to 2023-12-06 | Python 3.12 Performance - a Quick Test

P.S.: I have come across this more holistic comparison of 3.12 to 3.11. It had run `pyperformance 1.0.9` on AMD Ryzen 9 7900 and Intel Core i3-1315U, both are x86 CPUs. What is curious is that on average 3.12 was ~10% slower on AMD while ~5% faster on Intel.

Debate

Two AI advocates debated this claim using the research gathered.

Argument for

P
Proponent Argues TRUE

Official Faster CPython tracking and release materials establish that 3.12 delivers measurable geometric-mean gains over 3.11 on the standard pyperformance suite (Sources 1, 2, 4, 5, 8, 9), continuing the same benchmark-driven optimization program that produced large suite-wide speedups in the prior cycle (Source 3). Independent runs and Meta's expanded official benchmarks further confirm net faster 3.12 results on representative workloads, so the claim of a substantial ~20%-class improvement on the official suite is the correct reading of that cumulative evidence.

O
Opponent Rebuttal

The Proponent commits a non sequitur by treating Python 3.11's separate 1.25× gain over 3.10 (Source 3, docs.python.org) as evidence for a 20% 3.12-over-3.11 gain; the directly relevant official materials instead estimate 5% overall (Sources 1 and 2, python.org and Python-announce), and Faster CPython reports about 1.04× (Source 4, LWN). Meta's statement that it added benchmarks to better reflect its own workloads (Source 9, Meta Engineering) neither reports a 20% result nor establishes the asserted official-suite average, while the cited geometric-mean methodology (Source 5, Faster CPython) cannot transform the reported 4–5% gains into 20%.

Argument against

O
Opponent Argues FALSE

The official Python 3.12 release material estimates only a 5% overall performance improvement, not 20% (Source 1, python.org; Source 2, Python-announce), while Faster CPython benchmarks reported approximately 1.04× performance versus 3.11—about 4% faster (Source 4, LWN). Independent pyperformance testing found results ranging from 1% slower to 5% faster (Source 10), and another comparison found 3.12 roughly 10% slower on AMD and 5% faster on Intel (Source 11), decisively contradicting an asserted official-suite gain of about 20%.

P
Proponent Rebuttal

The Opponent fixates on the conservative 5% release-note estimate in Sources 1 and 2 while downplaying the Faster CPython geometric-mean result of roughly 1.04× on the official suite (Source 4) and the same benchmark methodology that documented large suite-wide gains in the prior cycle (Sources 3, 5, 8, 9), thereby treating a single rounded figure as dispositive rather than part of cumulative measured improvement. Independent runs in Sources 10 and 11 show platform variance yet still include net-faster outcomes, so they do not refute the official-suite evidence that 3.12 is faster than 3.11 at a scale the claim correctly characterizes as substantial.

Panel Review

3 specialized AI experts evaluated the evidence and arguments.

Reviewer 1 — The Logic Examiner

Focus: Inferential Soundness & Fallacies
False
1/10

The direct evidence from python.org's own release notes (Sources 1, 2), the Faster CPython benchmark tracker (Source 4), and Meta's benchmark contributions all converge on a roughly 4-5% improvement, not 20%; independent third-party runs (Sources 10, 11) show even more mixed results, some showing 3.12 slower than 3.11 on certain platforms. The Proponent's case relies on conflating Python 3.11's separate 1.25x speedup over 3.10 (Source 3, a different comparison entirely) with the 3.12-vs-3.11 comparison, which is a non sequitur/hasty generalization that inflates the actual measured gain; the Opponent's rebuttal correctly identifies this fallacy and the direct evidence overwhelmingly refutes the 20% figure.

Logical fallacies

  • The Proponent commits a non sequitur by using Python 3.11's speedup over 3.10 (a different version comparison) as evidence for a claimed 20% speedup of 3.12 over 3.11.
  • The Proponent engages in cherry-picking by citing 'geometric mean' methodology and Meta's benchmark contributions without presenting any actual figures from those sources that support a 20% gain.
  • The Proponent's argument shows equivocation, treating vague terms like 'measurable gains' and 'net faster' as if they support a specific 20% magnitude when the underlying data show only 4-5%.
Confidence: 9/10

Reviewer 2 — The Source Auditor

Focus: Source Reliability & Independence
False
1/10

The most reliable sources, including official release notes from python.org (Source 1) and LWN.net (Source 4), state that Python 3.12 delivers an estimated 4% to 5% performance improvement over Python 3.11, not 20%. The 20% figure appears to mistakenly conflate the performance gains of Python 3.11 over 3.10 (Source 3) with the much smaller gains of 3.12 over 3.11.

Confidence: 9/10

Reviewer 3 — The Precision Analyst

Focus: Claim Precision & Quantitative Accuracy
False
1/10

The directly relevant evidence reports an estimated 5% overall improvement for Python 3.12 (Sources 1 and 2) and about 1.04× performance versus 3.11 on Faster CPython benchmarks (Source 4), which is roughly 4% faster rather than 20%. The claim is false as worded because its approximately 20% figure materially overstates the reported 3.12-over-3.11 benchmark gain.

Precision issues

  • The claim's approximately 20% speed improvement is inconsistent with the reported approximately 4–5% 3.12-over-3.11 gains.
Confidence: 9/10

Panel summary

Official Python release materials and the Faster CPython benchmark data report an overall improvement of roughly 4–5% for Python 3.12 over 3.11. Independent tests show workload- and platform-dependent results, including occasional regressions, but provide no support for a suite-wide 20% gain. The apparent basis for 20% is a conflation with Python 3.11's substantially larger improvement over Python 3.10. The claim therefore fails on source support, inferential validity, and quantitative accuracy.

See the full panel summary

Create a free account to read the complete analysis.

Sign up free
The claim is
False
Score: 1/10
Confidence: 9/10 Unanimous

Only you will see this note.

Embed this verification

Every embed carries schema.org ClaimReview microdata — recognized by Google and AI crawlers.

False · Lenz Score 1/10 Lenz
“Python 3.12 runs about 20% faster than Python 3.11 on the official Python benchmark suite.”
11 sources · 3-panel audit · Verified Sep 2026
See full report on Lenz →