C API

Python 3.10.0 alpha 3

发布日期: 2020-12-07

安全性

核心与内置函数

之前,它们可能会被前一次垃圾回收取消追踪。 由 Brandt Bucher 提供补丁。

Original Patch by Martin Panter. Modified by Senthil Kumaran.

This also allows for the documented deprecation of find_loader(), find_module(), and load_module().

在 Task 或 Future 递归返回自身的情形下会导致栈溢出。

文档

测试

构建

Windows

macOS

It is now possible to build "Universal 2" binaries using "—enable-universalsdk —with-universal-archs=universal2".

Binaries build on later macOS versions can be deployed back to older versions (tested up to macOS 10.9), when using the correct deployment target. This is tested using Xcode 11 and later.

IDLE

工具/示例

C API

Python 3.10.0 alpha 2

发布日期: 2020-11-03

安全性

核心与内置函数

Additionally, the HTTP Only attribute is persisted in the object, and will be correctly written to file if the MozillaCookieJar object is subsequently dumped.

文档

测试

构建

Windows

macOS

IDLE

C API

Python 3.10.0 alpha 1

Release date: 2020-10-05

安全性

核心与内置函数

They are no longer shared by all interpreters.

Previously there was no way to check that without using private API. See the relevant issue in python/typing [https://github.com/python/typing/issues/751].