]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Nov 2021 17:10:41 +0000 (09:10 -0800)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 17:10:41 +0000 (18:10 +0100)
commit80580f5ab85e3c45c8c5e8999963a891598d10bf
treef3e2acc3b091c00c1b59a1282dc636c7189fe2b8
parent6b0ea06ea83217bed5edcebbb771e45222ae591c
bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472)

The PyType_HasFeature() change has been reverted: the static inline
function access directly the PyTypeObject.tp_flags member.
(cherry picked from commit 99c7e9853fa13af414168f179213e3d2fae03a45)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/whatsnew/3.9.rst