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

推荐订阅源

Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
量子位
G
Google Developers Blog
J
Java Code Geeks
N
Netflix TechBlog - Medium
博客园 - 聂微东
宝玉的分享
宝玉的分享
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
雷峰网
雷峰网
M
MIT News - Artificial intelligence
T
Tailwind CSS Blog
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss

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