]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40170: Update What's New in Python 3.9 (GH-29470)
authorVictor Stinner <vstinner@python.org>
Mon, 8 Nov 2021 16:41:56 +0000 (17:41 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 16:41:56 +0000 (17:41 +0100)
commit99c7e9853fa13af414168f179213e3d2fae03a45
tree54f33011b8aa77bc479ef4225d1c217b880644d1
parent24af9a40a8f85af813ea89998aa4e931fcc78cd9
bpo-40170: Update What's New in Python 3.9 (GH-29470)

The PyType_HasFeature() change has been reverted: the static inline
function access directly the PyTypeObject.tp_flags member.
Doc/whatsnew/3.9.rst