IDLE

核心与内置函数

C API

构建

Python 3.13.0 beta 4

Release date: 2024-07-18

测试

IDLE

文档

核心与内置函数

C API

Several functions that take char * are now documented as possibly preventing string objects from being garbage collected; refer to their documentation for details: PyUnicode_InternFromString(), PyDict_SetItemString(), PyObject_SetAttrString(), PyObject_DelAttrString(), PyUnicode_InternFromString(), and PyModule_Add* convenience functions.

构建

Python 3.13.0 beta 3

Release date: 2024-06-27

核心与内置函数

构建

C API

Patch by Victor Stinner.

Python 3.13.0 beta 2

Release date: 2024-06-05

安全性

核心与内置函数

测试

构建

Windows

C API

Python 3.13.0 beta 1

Release date: 2024-05-08

安全性

核心与内置函数

Beware! This changes the environment variable to enable or disable microops to PYTHON_JIT. The old PYTHON_UOPS is no longer used.