# Python 3.14

Published articles for Python 3.14.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Python 3.14 free-threaded build is now available in RHEL

DevFeed: [Python 3.14 free-threaded build is now available in RHEL](<https://devfeed.tech/articles/python-3-14-free-threaded-build-is-now-available-in-rhel-17432.md>)

Original publisher: [Read original article](<https://developers.redhat.com/articles/2026/09/14/python-314-free-threaded-build-now-available-rhel>)

Author: Lumír Balhar

Published: 2026-09-14T13:01:41Z

Content type: release

Language: en

Sources: [Red Hat](<https://devfeed.tech/sources/red-hat.md>), [Red Hat Developer](<https://devfeed.tech/sources/red-hat-developer.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Python](<https://devfeed.tech/topics/python.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Concurrent Programming](<https://devfeed.tech/topics/concurrent-programming.md>), [cpu](<https://devfeed.tech/topics/cpu.md>)

Tags: [cpu](<https://devfeed.tech/tags/cpu.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [developers](<https://devfeed.tech/tags/developers.md>), [linux](<https://devfeed.tech/tags/linux.md>), [performance](<https://devfeed.tech/tags/performance.md>), [programming-languages-frameworks](<https://devfeed.tech/tags/programming-languages-frameworks.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [red-hat](<https://devfeed.tech/tags/red-hat.md>), [release](<https://devfeed.tech/tags/release.md>), [rhel](<https://devfeed.tech/tags/rhel.md>), [thread](<https://devfeed.tech/tags/thread.md>), [upstream-release](<https://devfeed.tech/tags/upstream-release.md>)

### AI overview

Red Hat Enterprise Linux 9.8 and 10.2 now provide a free-threaded Python 3.14 build through the Red Hat CodeReady Linux Builder repositories. With the GIL disabled, CPU-bound Python threads can execute in parallel across multiple CPU cores within a single process. The article explains expected performance benefits, installation, verification, and possible thread-safety issues in existing code.

### Source excerpt

Developers on Red Hat Enterprise Linux 9.8 and 10.2 can now test full parallel CPU execution in Python using the new free-threaded Python 3.14 build. In addition to the regular Python 3.14 interpreter, we also provide the free-threaded variant in the Red Hat CodeReady Linux Builder repositories. Python 3.14 is the first upstream release where the free-threaded build is officially supported rather than experimental. The post Python 3.14 free-threaded build is now available in RHEL appeared first on Red Hat Developer.

## Vercel Sandbox now runs on Vercel Managed Images

DevFeed: [Vercel Sandbox now runs on Vercel Managed Images](<https://devfeed.tech/articles/vercel-sandbox-now-runs-on-vercel-managed-images-1175.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-sandbox-managed-images>)

Author: Luke Phillips-Sheard

Published: 2026-08-10T18:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [releases](<https://devfeed.tech/topics/releases.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Python](<https://devfeed.tech/topics/python.md>), [Security](<https://devfeed.tech/topics/security.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Arch Linux](<https://devfeed.tech/topics/archlinux.md>)

Tags: [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [linux](<https://devfeed.tech/tags/linux.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [releases](<https://devfeed.tech/tags/releases.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [security](<https://devfeed.tech/tags/security.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel introduces Managed Images, versioned open-source base images for Vercel Sandbox that replace deprecated runtimes. The default universal image runs on Ubuntu and includes Node.js, Python, coding agents, and common utilities, with rolling releases, pinned dependencies, and digest-based immutability options.

### Source excerpt

Today we are introducing Vercel Managed Images (VMI), a set of versioned, open-source base images you can use as-is or extend. The source for every image lives in the public vercel/sandbox repository. Managed images replace Sandbox runtimes, which are now deprecated. Starting with version 3 of the Sandbox SDK, new sandboxes default to vercel/sandbox/universal:latest. It ships with Node.js, Python, common coding agents and standard utilities, so most users never build a custom image or install packages at boot. The universal image switches our default operating system from Amazon Linux to Ubuntu, a lighter and more widely used system across the industry. Secure by default Every managed image gets a nightly release. Rolling tags such as latest and the major-version tags pick up operating system and dependency updates automatically, including security patches and new releases of Node.js, Python, and the preinstalled coding agents. Within each release, dependencies are pinned to specific versions wherever possible, so a given image version stays consistent. If you need a fully immutable, reproducible environment, pin to an image digest (SHA). Digest-pinned images opt out of automatic updates. Choose a managed image from the catalog Each managed image targets a different starting point: vercel/sandbox/universal:latest is the new default, a rolling release on Ubuntu 26.04 with Node.js 24, Python 3.14 with uv, the opencode, claude-code, codex, and pi coding agents, and utilities including git, vim, nano, tmux, ripgrep, jq, and fzf. vercel/sandbox/node:22, node:24, and node:26 provide Node.js versions on Ubuntu 26.04. vercel/sandbox/python:3.14 provides Python on Ubuntu 26.04. vercel/sandbox/ubuntu:latest provides base Ubuntu 26.04 with no extra tooling. vercel/sandbox/arch:latest provides Arch Linux, regularly updated, with no Node.js or Python preinstalled. Its large package repository makes it useful for agents that install tools on the fly. Reference an image and migrat

## Python 3.14.7 and 3.13.15 are now available!

DevFeed: [Python 3.14.7 and 3.13.15 are now available!](<https://devfeed.tech/articles/python-3-14-7-and-3-13-15-are-now-available-2410.md>)

Original publisher: [Read original article](<https://blog.python.org/2026/08/python-3147-31315/>)

Author: Thomas Wouters

Published: 2026-08-05T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [Python 3.13](<https://devfeed.tech/topics/python-3-13.md>), [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [releases](<https://devfeed.tech/topics/releases.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [community](<https://devfeed.tech/tags/community.md>), [contributors](<https://devfeed.tech/tags/contributors.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [github](<https://devfeed.tech/tags/github.md>), [python-3-13](<https://devfeed.tech/tags/python-3-13.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [releases](<https://devfeed.tech/tags/releases.md>), [resources](<https://devfeed.tech/tags/resources.md>), [storage](<https://devfeed.tech/tags/storage.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

Python 3.14.7 and Python 3.13.15 are maintenance releases containing bug fixes, build improvements, and documentation changes.

### Source excerpt

A pair of bug fix releases await your upgrade.

## Mitigated API authentication bypass for python.org download metadata

DevFeed: [Mitigated API authentication bypass for python.org download metadata](<https://devfeed.tech/articles/mitigated-api-authentication-bypass-for-python-org-download-metadata-2402.md>)

Original publisher: [Read original article](<https://blog.python.org/2026/06/mitigated-api-bypass-for-download-metadata-python-dot-org/>)

Author: Seth Larson

Published: 2026-06-23T00:00:00Z

Content type: article

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Python](<https://devfeed.tech/topics/python.md>), [Security](<https://devfeed.tech/topics/security.md>), [API](<https://devfeed.tech/topics/api.md>), [psrt](<https://devfeed.tech/topics/psrt.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [psrt](<https://devfeed.tech/tags/psrt.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [security](<https://devfeed.tech/tags/security.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

Python.org mitigated an authentication bypass in its release management API. The vulnerability could have allowed attackers to alter release and file metadata, including download and verification-material URLs, although audits found no evidence of exploitation or modified artifacts.

### Source excerpt

Vulnerability mitigated in python.org with follow-up third-party audit from Trail of Bits

## Python 3.14.6 and 3.13.14 are now available!

DevFeed: [Python 3.14.6 and 3.13.14 are now available!](<https://devfeed.tech/articles/python-3-14-6-and-3-13-14-are-now-available-2403.md>)

Original publisher: [Read original article](<https://blog.python.org/2026/06/python-3146-31314/>)

Author: Hugo van Kemenade

Published: 2026-06-10T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Python 3.13](<https://devfeed.tech/topics/python-3-13.md>), [releases](<https://devfeed.tech/topics/releases.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [community](<https://devfeed.tech/tags/community.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [github](<https://devfeed.tech/tags/github.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-13](<https://devfeed.tech/tags/python-3-13.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>)

### AI overview

Python 3.14.6 and Python 3.13.14 are available as maintenance releases, bringing bug fixes, build improvements, and documentation changes.

### Source excerpt

A pair of bug fix releases await your upgrade.

## Python 3.14.5 is out!

DevFeed: [Python 3.14.5 is out!](<https://devfeed.tech/articles/python-3-14-5-is-out-2398.md>)

Original publisher: [Read original article](<https://blog.python.org/2026/05/python-3145-is-out/>)

Author: Hugo van Kemenade

Published: 2026-05-10T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Python](<https://devfeed.tech/topics/python.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [JIT](<https://devfeed.tech/topics/jit.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [Android](<https://devfeed.tech/topics/android.md>), [macOS](<https://devfeed.tech/topics/macos.md>), [Windows](<https://devfeed.tech/topics/windows.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [compression](<https://devfeed.tech/tags/compression.md>), [features](<https://devfeed.tech/tags/features.md>), [jit](<https://devfeed.tech/tags/jit.md>), [macos](<https://devfeed.tech/tags/macos.md>), [memory](<https://devfeed.tech/tags/memory.md>), [processes](<https://devfeed.tech/tags/processes.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

Python 3.14.5 is the fifth maintenance release in the Python 3.14 series, with approximately 154 bug fixes, build improvements, and documentation changes. It reverts the incremental garbage collector to the generational collector used in Python 3.13 because of reported production memory pressure. The release also updates Tcl/Tk on macOS and documents major Python 3.14 features, including free-threaded support, deferred annotation evaluation, template string literals, multiple interpreters, Zstandard support, debugging interfaces, an experimental JIT, and Android binaries.

### Source excerpt

A special release with a new (old) garbage collector.

## Python 3.14.5 release candidate

DevFeed: [Python 3.14.5 release candidate](<https://devfeed.tech/articles/python-3-14-5-release-candidate-2399.md>)

Original publisher: [Read original article](<https://blog.python.org/2026/05/python-3145rc1/>)

Author: Hugo van Kemenade

Published: 2026-05-04T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [memory](<https://devfeed.tech/tags/memory.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>)

### AI overview

Python 3.14.5rc1 is the release candidate for the fifth maintenance release of Python 3.14. It includes about 113 bug fixes, build improvements, and documentation changes, and reverts the incremental garbage collector to the generational collector because of reported memory pressure in production environments.

### Source excerpt

A special release candidate with a new (old) garbage collector.

## Python 3.15.0a8, 3.14.4 and 3.13.13 are out!

DevFeed: [Python 3.15.0a8, 3.14.4 and 3.13.13 are out!](<https://devfeed.tech/articles/python-3-15-0a8-3-14-4-and-3-13-13-are-out-2396.md>)

Original publisher: [Read original article](<https://blog.python.org/2026/04/python-3150a8-3144-31313/>)

Author: Hugo van Kemenade

Published: 2026-04-07T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [c](<https://devfeed.tech/tags/c.md>), [feature](<https://devfeed.tech/tags/feature.md>), [jit](<https://devfeed.tech/tags/jit.md>), [linux](<https://devfeed.tech/tags/linux.md>), [macos](<https://devfeed.tech/tags/macos.md>), [performance](<https://devfeed.tech/tags/performance.md>), [production](<https://devfeed.tech/tags/production.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-13](<https://devfeed.tech/tags/python-3-13.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [release-schedule](<https://devfeed.tech/tags/release-schedule.md>), [releases](<https://devfeed.tech/tags/releases.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

Python announces the final planned alpha of Python 3.15 alongside maintenance releases 3.14.4 and 3.13.13. The 3.15 preview highlights planned language, typing, C API, ABI, encoding, profiling, and JIT performance changes, and is not recommended for production.

### Source excerpt

A final alpha and two bug fixes are awaiting your upgrade.

## Node.js 22.22.1 (LTS)

DevFeed: [Node.js 22.22.1 (LTS)](<https://devfeed.tech/articles/node-js-22-22-1-lts-2776.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v22.22.1>)

Published: 2026-03-05T14:36:22Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [servers](<https://devfeed.tech/topics/servers.md>), [Web](<https://devfeed.tech/topics/web.md>), [Script](<https://devfeed.tech/topics/script.md>), [Nix](<https://devfeed.tech/topics/nix.md>), [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [web](<https://devfeed.tech/tags/web.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

Node.js 22.22.1 (LTS) includes updates to tests, command-line stability, root certificates, documentation, benchmarks, buffer performance, build configuration, Android patches, and Windows-related build checks.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 20.20.1 (LTS)

DevFeed: [Node.js 20.20.1 (LTS)](<https://devfeed.tech/articles/node-js-20-20-1-lts-2730.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v20.20.1>)

Published: 2026-03-05T14:22:41Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [node-js](<https://devfeed.tech/tags/node-js.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

Node.js 20.20.1 LTS is a release containing build, crypto, assertion, and dependency updates.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Python 3.14.3 and 3.13.12 are now available!

DevFeed: [Python 3.14.3 and 3.13.12 are now available!](<https://devfeed.tech/articles/python-3-14-3-and-3-13-12-are-now-available-2389.md>)

Original publisher: [Read original article](<https://blog.python.org/2026/02/python-3143-and-31312-are-now-available/>)

Author: Thomas Wouters

Published: 2026-02-03T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Python](<https://devfeed.tech/topics/python.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [JIT](<https://devfeed.tech/topics/jit.md>), [Syntax Highlighting](<https://devfeed.tech/topics/syntax-highlighting.md>), [Process](<https://devfeed.tech/topics/process.md>)

Tags: [compression](<https://devfeed.tech/tags/compression.md>), [jit](<https://devfeed.tech/tags/jit.md>), [performance](<https://devfeed.tech/tags/performance.md>), [process](<https://devfeed.tech/tags/process.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>)

### AI overview

Python 3.14.3 is the third maintenance release in the Python 3.14 series, with around 299 bug fixes, build improvements, and documentation changes since Python 3.14.2. The article also highlights major Python 3.14 features, including free-threaded support, deferred annotation evaluation, template string literals, multiple interpreters, Zstandard support, improved debugging, an experimental JIT in official macOS and Windows binaries, and official Android binary releases.

### Source excerpt

Python 3.14.3 is now available! This is third maintenance release of Python 3.14 Python 3.14.3 is the third maintenance release of 3.14, containing around ...

## Python 3.14.2 and 3.13.11 are now available!

DevFeed: [Python 3.14.2 and 3.13.11 are now available!](<https://devfeed.tech/articles/python-3-14-2-and-3-13-11-are-now-available-2384.md>)

Original publisher: [Read original article](<https://blog.python.org/2025/12/python-3142-and-31311-are-now-available/>)

Author: Hugo van Kemenade

Published: 2025-12-05T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [changelog](<https://devfeed.tech/tags/changelog.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-13](<https://devfeed.tech/tags/python-3-13.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [releases](<https://devfeed.tech/tags/releases.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Python 3.14.2 and 3.13.11 are expedited maintenance releases that address regressions and security issues, including denial-of-service fixes in HTTP modules.

### Source excerpt

Two more, just three days after the last? Yes! We found some regressions, so here's an expedited pair of releases. They also come with some bonus security fi...

## Python 3.14.1 is now available!

DevFeed: [Python 3.14.1 is now available!](<https://devfeed.tech/articles/python-3-14-1-is-now-available-2383.md>)

Original publisher: [Read original article](<https://blog.python.org/2025/12/python-3141-is-now-available/>)

Author: Hugo van Kemenade

Published: 2025-12-02T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Development](<https://devfeed.tech/topics/development.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>)

Tags: [bugfixes](<https://devfeed.tech/tags/bugfixes.md>), [build](<https://devfeed.tech/tags/build.md>), [community](<https://devfeed.tech/tags/community.md>), [contributions](<https://devfeed.tech/tags/contributions.md>), [development](<https://devfeed.tech/tags/development.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [maintenance](<https://devfeed.tech/tags/maintenance.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>)

### AI overview

Python 3.14.1 is the first maintenance release in the Python 3.14 series. It includes around 558 bug fixes, build improvements, and documentation changes since Python 3.14.0.

### Source excerpt

!Two snakes enjoying a pie with 3.14 on the top and π crimping This is first maintenance release of Python 3.14 Python 3.14.1 is the first maintenance release...

## Python 3.14.0 (final) is here!

DevFeed: [Python 3.14.0 (final) is here!](<https://devfeed.tech/articles/python-3-14-0-final-is-here-2379.md>)

Original publisher: [Read original article](<https://blog.python.org/2025/10/python-3140-final-is-here/>)

Author: Hugo van Kemenade

Published: 2025-10-07T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Python](<https://devfeed.tech/topics/python.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [JIT](<https://devfeed.tech/topics/jit.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [command-line](<https://devfeed.tech/tags/command-line.md>), [compression](<https://devfeed.tech/tags/compression.md>), [jit](<https://devfeed.tech/tags/jit.md>), [macos](<https://devfeed.tech/tags/macos.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [optimisations](<https://devfeed.tech/tags/optimisations.md>), [performance](<https://devfeed.tech/tags/performance.md>), [processes](<https://devfeed.tech/tags/processes.md>), [python-3-13](<https://devfeed.tech/tags/python-3-13.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

Python 3.14.0 is the stable release of Python's newest major version, introducing free-threaded support, deferred annotation evaluation, template string literals, multiple interpreters, Zstandard compression support, improved debugging and error messages, and other language and runtime changes.

### Source excerpt

!Two snakes enjoying a pie with 3.14 on the top and π crimping Python 3.14.0 is now available python.org/downloads/release/python-3140/ This is the stable re...

## Python 3.14.0rc3 is go!

DevFeed: [Python 3.14.0rc3 is go!](<https://devfeed.tech/articles/python-3-14-0rc3-is-go-2375.md>)

Original publisher: [Read original article](<https://blog.python.org/2025/09/python-3140rc3-is-go/>)

Author: Hugo van Kemenade

Published: 2025-09-18T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [bug-fixes](<https://devfeed.tech/tags/bug-fixes.md>), [production](<https://devfeed.tech/tags/production.md>), [pypi](<https://devfeed.tech/tags/pypi.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

Python 3.14.0rc3 is the final release candidate before the scheduled Python 3.14.0 release. It fixes a bytecode magic-number bug without changing the ABI and introduces or includes major Python 3.14 features such as free-threading support, deferred annotation evaluation, template string literals, multiple interpreters, Zstandard compression support, syntax highlighting, and an external debugger interface.

### Source excerpt

It's 🪄 finally 🪄 the final 3.14 release candidate! https://www.python.org/downloads/release/python-3140rc3/ Note: It's another magic release. We fixed anot...

## Python 3.14.0rc2 and 3.13.7 are go!

DevFeed: [Python 3.14.0rc2 and 3.13.7 are go!](<https://devfeed.tech/articles/python-3-14-0rc2-and-3-13-7-are-go-2374.md>)

Original publisher: [Read original article](<https://blog.python.org/2025/08/python-3140rc2-and-3137-are-go/>)

Author: Hugo van Kemenade

Published: 2025-08-14T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

Python 3.14.0rc2 is an expedited penultimate release candidate, issued after a bytecode magic-number bug fix. The post asks third-party maintainers to test and publish Python 3.14 wheels ahead of the scheduled final release.

### Source excerpt

Not one but two expedited releases! 🎉 🎉 Python 3.14.0rc2 It's the ~final~ 🪄 penultimate 🪄 3.14 release candidate! https://www.python.org/downloads/releas...

## Python 3.14 release candidate 1 is go!

DevFeed: [Python 3.14 release candidate 1 is go!](<https://devfeed.tech/articles/python-3-14-release-candidate-1-is-go-2371.md>)

Original publisher: [Read original article](<https://blog.python.org/2025/07/python-314-release-candidate-1-is-go/>)

Author: Hugo van Kemenade

Published: 2025-07-22T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Python](<https://devfeed.tech/topics/python.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [debug](<https://devfeed.tech/topics/debug.md>), [Syntax Highlighting](<https://devfeed.tech/topics/syntax-highlighting.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [bug-fixes](<https://devfeed.tech/tags/bug-fixes.md>), [compression](<https://devfeed.tech/tags/compression.md>), [debugger](<https://devfeed.tech/tags/debugger.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [production](<https://devfeed.tech/tags/production.md>), [pypi](<https://devfeed.tech/tags/pypi.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

The article announces Python 3.14.0rc1, the first release candidate and penultimate preview before the planned final release on October 7, 2025. It asks maintainers of third-party projects to test compatibility and publish Python 3.14 wheels on PyPI, while warning that the preview is not recommended for production use. It also highlights major changes including officially supported free-threaded Python, deferred annotation evaluation, template string literals, multiple interpreters, Zstandard compression support, improved syntax highlighting, an external debugger interface, faster UUID generation, and C API improvements.

### Source excerpt

It's the first 3.14 release candidate! https://www.python.org/downloads/release/python-3140rc1/ This is the first release candidate of Python 3.14 This relea...

## Python 3.14.0 beta 4 is here!

DevFeed: [Python 3.14.0 beta 4 is here!](<https://devfeed.tech/articles/python-3-14-0-beta-4-is-here-2372.md>)

Original publisher: [Read original article](<https://blog.python.org/2025/07/python-3140-beta-4-is-here/>)

Author: Hugo van Kemenade

Published: 2025-07-08T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [Syntax Highlighting](<https://devfeed.tech/topics/syntax-highlighting.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [bug](<https://devfeed.tech/tags/bug.md>), [building](<https://devfeed.tech/tags/building.md>), [c](<https://devfeed.tech/tags/c.md>), [compression](<https://devfeed.tech/tags/compression.md>), [debugger](<https://devfeed.tech/tags/debugger.md>), [development](<https://devfeed.tech/tags/development.md>), [performance](<https://devfeed.tech/tags/performance.md>), [production](<https://devfeed.tech/tags/production.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

Python 3.14.0 beta 4 is the final planned beta preview. The release asks third-party maintainers to test compatibility and outlines major 3.14 features, while cautioning against production use.

### Source excerpt

It's the final 3.14 beta! https://www.python.org/downloads/release/python-3140b4/ This is a beta preview of Python 3.14 Python 3.14 is still in development. ...

## The ITTAGE indirect branch predictor

DevFeed: [The ITTAGE indirect branch predictor](<https://devfeed.tech/articles/the-ittage-indirect-branch-predictor-21953.md>)

Original publisher: [Read original article](<https://blog.nelhage.com/post/ittage-branch-predictor/>)

Author: Nelson Elhage

Published: 2025-07-04T21:30:00Z

Content type: article

Language: en

Sources: [Nelson Elhage](<https://devfeed.tech/sources/nelson-elhage.md>)

Topics: [cpu](<https://devfeed.tech/topics/cpu.md>), [Python](<https://devfeed.tech/topics/python.md>), [Algorithm](<https://devfeed.tech/topics/algorithm.md>), [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [bytecode](<https://devfeed.tech/tags/bytecode.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>)

### AI overview

An explanatory article about ITTAGE indirect branch prediction and how modern CPUs predict bytecode-dispatch jumps. It connects the topic to Python 3.14's tail-calling interpreter and describes ITTAGE as a TAGE variant that predicts indirect jump destinations using program-counter history and multiple history-length tables.

### Source excerpt

While investigating the performance of the new Python 3.14 tail-calling interpreter, I learned (via this very informative comment from Sam Gross) new (to me) piece of performance trivia: Modern CPUs mostly no longer struggle to predict the bytecode-dispatch indirect jump inside a "conventional" bytecode interpreter loop. In steady-state, assuming the bytecode itself is reasonable stable, modern CPUs achieve very high accuracy predicting the dispatch, even for "vanilla" while / switch-style interpreter loops1!

## Python 3.14.0 beta 3 is here!

DevFeed: [Python 3.14.0 beta 3 is here!](<https://devfeed.tech/articles/python-3-14-0-beta-3-is-here-2370.md>)

Original publisher: [Read original article](<https://blog.python.org/2025/06/python-3140-beta-3-is-here/>)

Author: Hugo van Kemenade

Published: 2025-06-17T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Python](<https://devfeed.tech/topics/python.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [development](<https://devfeed.tech/tags/development.md>), [pre-release](<https://devfeed.tech/tags/pre-release.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

The article announces Python 3.14.0b3, the third planned beta release of Python 3.14. It describes the beta phase as an opportunity to test new features and bug fixes, highlights changes such as free-threaded Python support, deferred annotation evaluation, template string literals, multiple interpreters, Zstandard support, and an external debugger interface, and advises against production use before the release candidate.

### Source excerpt

It's 3.14 beta 3! https://www.python.org/downloads/release/python-3140b3/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This rel...

## Python 3.14.0 beta 2 is here!

DevFeed: [Python 3.14.0 beta 2 is here!](<https://devfeed.tech/articles/python-3-14-0-beta-2-is-here-2367.md>)

Original publisher: [Read original article](<https://blog.python.org/2025/05/python-3140-beta-2-is-here/>)

Author: Hugo van Kemenade

Published: 2025-05-26T00:00:00Z

Content type: release

Language: en

Sources: [Python Insider](<https://devfeed.tech/sources/python-insider.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [Syntax Highlighting](<https://devfeed.tech/topics/syntax-highlighting.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [c](<https://devfeed.tech/tags/c.md>), [compression](<https://devfeed.tech/tags/compression.md>), [debugger](<https://devfeed.tech/tags/debugger.md>), [production](<https://devfeed.tech/tags/production.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

Python 3.14.0 beta 2 is a preview release intended for community testing before the final 3.14 release. It highlights new language, library, debugging, performance, API, and command-line features, while cautioning against production use.

### Source excerpt

Here's the second 3.14 beta. https://www.python.org/downloads/release/python-3140b2/ This is a beta preview of Python 3.14 Python 3.14 is still in developmen...

## Finally, You Can Drop the Parentheses in Python 3.14

DevFeed: [Finally, You Can Drop the Parentheses in Python 3.14](<https://devfeed.tech/articles/finally-you-can-drop-the-parentheses-in-python-3-14-20.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/finally-you-can-drop-the-parentheses-in-python-3-14>)

Author: Abhimanyu Saharan

Published: 2025-05-25T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Exception](<https://devfeed.tech/topics/exception.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [exception](<https://devfeed.tech/tags/exception.md>), [exception-handling](<https://devfeed.tech/tags/exception-handling.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>)

### AI overview

Python 3.14 introduces a cleaner syntax for catching multiple exceptions by allowing the parentheses to be omitted, as specified in PEP 758.

### Source excerpt

Python 3.14 simplifies exception handling with PEP 758, letting you drop parentheses when catching multiple exceptions, cleaner, consistent, and backward-safe.

## CPython Performance Evolution: From Specialization to JIT

DevFeed: [CPython Performance Evolution: From Specialization to JIT](<https://devfeed.tech/articles/cpython-performance-evolution-from-specialization-to-jit-10.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/cpython-performance-evolution-from-specialization-to-jit>)

Author: Abhimanyu Saharan

Published: 2025-05-24T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [JIT](<https://devfeed.tech/topics/jit.md>)

Tags: [3](<https://devfeed.tech/tags/3.md>), [adaptive](<https://devfeed.tech/tags/adaptive.md>), [bytecode](<https://devfeed.tech/tags/bytecode.md>), [evolution](<https://devfeed.tech/tags/evolution.md>), [jit](<https://devfeed.tech/tags/jit.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>)

### AI overview

This article explains CPython's performance evolution from adaptive bytecode in version 3.11 to JIT execution in version 3.14, improving performance without requiring an interpreter rewrite.

### Source excerpt

Explore how CPython evolved from adaptive bytecode in 3.11 to JIT execution in 3.14, boosting performance without rewriting the interpreter.

## Python 3.14 Adds compression.zstd for Zstandard Support

DevFeed: [Python 3.14 Adds compression.zstd for Zstandard Support](<https://devfeed.tech/articles/python-3-14-adds-compression-zstd-for-zstandard-support-54.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/python-3-14-adds-compression-zstd-for-zstandard-support>)

Author: Abhimanyu Saharan

Published: 2025-05-22T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [compression](<https://devfeed.tech/tags/compression.md>), [module](<https://devfeed.tech/tags/module.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>)

### AI overview

Python 3.14 introduces a native compression.zstd module for Zstandard support, bringing high-performance zstd compression and existing standard-library compressors together under one namespace.

### Source excerpt

Python 3.14 adds a native Zstandard module under compression.zstd, unifying high-performance zstd support and existing stdlib compressors under one namespace.

[Next page](<https://devfeed.tech/tags/python-3-14.md?cursor=WyIyMDI1LTA1LTIyVDAwOjAwOjAwKzAwOjAwIiwgIjg4YWY0YmUyLTgxODAtNGJhOC05MjI2LWQxNWQ4MDkwMjQzYSJd>)