]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40170: Update What's New in Python 3.9 (GH-29470)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Nov 2021 17:05:15 +0000 (09:05 -0800)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 17:05:15 +0000 (09:05 -0800)
commit69b3de65adc691cc5ad66e70e5c7caf61c202c79
treef7c1c58a09f54d3a64602882ebf4818e94fd197c
parent77afb76942ea7067d74d9c07fb4da6f5f23ad2f5
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.
(cherry picked from commit 99c7e9853fa13af414168f179213e3d2fae03a45)

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