更新日志

Python 下一版

发布日期: XXXX-XX-XX

IDLE

核心与内置函数

C API

构建

Python 3.13.2 final

Release date: 2025-02-04

macOS

Windows

工具/示例

测试

安全性

文档

核心与内置函数

C API

构建

Python 3.13.1 正式版

发布日期: 2024-12-03

macOS

Windows

工具/示例

测试

安全性

This bug caused some forkserver module preloading to silently fail to preload. This manifested as a performance degration in child processes when the sys.path was required due to additional repeated work in every worker.

It could also have a side effect of "" remaining in sys.path during forkserver preload imports instead of the absolute path from os.getcwd() at multiprocessing import time used in the worker sys.path.

The sys.path differences between phases in the child process could potentially have caused preload to import incorrect things from the wrong location. We are unaware of that actually having happened in practice.

IDLE

文档

Also make it explicit that we expect Py_Main to typically be called instead of Py_Initialize rather than after it (since Py_Main makes its own call to Py_Initialize). Document that calling both is supported but is version dependent on which settings will be applied correctly.

核心与内置函数

C API

构建

Python 3.13.0 final

Release date: 2024-10-07

核心与内置函数

Python 3.13.0 release candidate 3

Release date: 2024-10-01

macOS

Windows

测试

IDLE

文档

核心与内置函数

C API

构建

Python 3.13.0 release candidate 2

Release date: 2024-09-06

macOS

Windows

工具/示例

测试

安全性

Contributed by Mateusz Nowak.

IDLE

核心与内置函数

C API

构建

Python 3.13.0 release candidate 1

Release date: 2024-07-31

测试

安全性

Patch by Gregory P. Smith <greg@krypto.org> and Seth Larson <seth@python.org>. Reported by Ellie <el@horse64.org>