惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
D
Docker
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
Vercel News
Vercel News
美团技术团队
博客园 - 叶小钗
I
InfoQ
Jina AI
Jina AI
博客园 - 司徒正美
雷峰网
雷峰网
B
Blog
Y
Y Combinator Blog
A
About on SuperTechFans
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Announcements
Recent Announcements
V
V2EX
N
Netflix TechBlog - Medium

Python Insider

Python 3.15.0 candidate 2 is here! | Python Insider RISC-V is now officially supported by CPython! | Python Insider The Python documentation is now available in Russian! | Python Insider Announcing the Packaging Council Election Candidates for 2026! | Python Insider Python 3.12.14, 3.11.16 and 3.10.21 are now available! | Python Insider Python 3.14.7 and 3.13.15 are now available! | Python Insider Python 3.15.0 candidate 1 is here! | Python Insider Get Ready: 2026 Python Packaging Council Nominations Opening Soon! | Python Insider Python 3.15.0 beta 4 is here! | Python Insider Packaging Council Inaugural Election Dates | Python Insider Mitigated API authentication bypass for python.org download metadata | Python Insider Python 3.15.0 beta 3 is here! | Python Insider Python 3.14.6 and 3.13.14 are now available! | Python Insider Python 3.15.0 beta 2 is here! | Python Insider Python 3.14.5 is out! | Python Insider Python 3.15.0 beta 1 is here! | Python Insider Python 3.14.5 release candidate | Python Insider Rust for CPython Progress Update April 2026 | Python Insider Python 3.15.0a8, 3.14.4 and 3.13.13 are out! | Python Insider Python 3.15's JIT is now back on track | Python Insider Python 3.15.0 alpha 7 | Python Insider CPython: 36 Years of Source Code | Python Insider Python 3.12.13, 3.11.15 and 3.10.20 are now available! | Python Insider The Python Insider Blog Has Moved! | Python Insider Join the Python Security Response Team! | Python Insider Python 3.15.0 alpha 6 | Python Insider Python 3.14.3 and 3.13.12 are now available! | Python Insider Python 3.15.0 alpha 5 (yes, another alpha!) | Python Insider Python 3.15.0 alpha 4 | Python Insider Python 3.15.0 alpha 3 | Python Insider
Python 3.14.2 and 3.13.11 are now available! | Python Ins...
2025-12-05 · via Python Insider

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 fixes.

Python 3.14.2

www.python.org/downloads/release/python-3142/

Python 3.14.2 is the second maintenance release of 3.14, containing 18 bugfixes, build improvements and documentation changes since 3.14.1.

This is an expedited release to fix the following regressions:

  • gh-142206: Exceptions in multiprocessing in running programs while upgrading Python.

  • gh-142214: Exceptions in dataclasses without __init__ method.

  • gh-142218: Segmentation faults and assertion failures in insertdict.

  • gh-140797: Crash when using multiple capturing groups in re.Scanner

And these security fixes:

  • gh-142145: Remove quadratic behavior in node ID cache clearing (CVE-2025-12084)

  • gh-119452: Fix a potential virtual memory allocation denial of service in http.server

See the full changelog.

Python 3.13.11

www.python.org/downloads/release/python-31311/

Python 3.13.11 is the eleventh maintenance release of 3.13. This is an expedited release to fix the following regressions:

  • gh-142206: Exceptions in multiprocessing in running programs while upgrading Python.

  • gh-142218: Segmentation faults and assertion failures in insertdict.

  • gh-140797: Crash when using multiple capturing groups in re.Scanner

And these security fixes:

  • gh-142145: Remove quadratic behavior in node ID cache clearing (CVE-2025-12084)

  • gh-119451: Fix a potential denial of service in http.client

  • gh-119452: Fix a potential virtual memory allocation denial of service in http.server

See the full changelog.

Enjoy the new release

Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organisation contributions to the Python Software Foundation.

Regards from deeper darker Helsinki,

Your release team,
Hugo van Kemenade
Thomas Wouters
Ned Deily
Steve Dower
Łukasz Langa