构建

IDLE

C API

Python 3.9.0 alpha 2

发布日期: 2019-12-18

安全性

核心与内置函数

parse_message_id() was improperly using a token defined inside an exception handler, which was raising UnboundLocalError on parsing an invalid value. Patch by Claudiu Popa.

The previous code was raising a KeyError for both the Python and C implementation. This was caused by the specified index of an invalid input which did not exist in the memo structure, where the pickle stores what objects it has seen. The malformed input would have caused either a BINGET or LONG_BINGET load from the memo, leading to a KeyError as the determined index was bogus. Patch by Claudiu Popa.

文档

测试

构建

Windows

macOS

IDLE

C API

Python 3.9.0 alpha 1

发布日期: 2019-11-19