Skip to content

bpo-40170: Update What's New in Python 3.9 #29470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 8, 2021
Merged

bpo-40170: Update What's New in Python 3.9 #29470

merged 1 commit into from
Nov 8, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 8, 2021

The PyType_HasFeature() change has been reverted: the static inline
function access directly the PyTypeObject.tp_flags member.

https://bugs.python.org/issue40170

The PyType_HasFeature() change has been reverted: the static inline
function access directly the PyTypeObject.tp_flags member.
@vstinner vstinner added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Nov 8, 2021
@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting core review labels Nov 8, 2021
@vstinner vstinner merged commit 99c7e98 into python:main Nov 8, 2021
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@vstinner vstinner deleted the has_feature branch November 8, 2021 16:42
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 8, 2021
The PyType_HasFeature() change has been reverted: the static inline
function access directly the PyTypeObject.tp_flags member.
(cherry picked from commit 99c7e98)

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Nov 8, 2021
@bedevere-bot
Copy link

GH-29471 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Nov 8, 2021
@bedevere-bot
Copy link

GH-29472 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 8, 2021
The PyType_HasFeature() change has been reverted: the static inline
function access directly the PyTypeObject.tp_flags member.
(cherry picked from commit 99c7e98)

Co-authored-by: Victor Stinner <[email protected]>
miss-islington added a commit that referenced this pull request Nov 8, 2021
The PyType_HasFeature() change has been reverted: the static inline
function access directly the PyTypeObject.tp_flags member.
(cherry picked from commit 99c7e98)

Co-authored-by: Victor Stinner <[email protected]>
vstinner added a commit that referenced this pull request Nov 8, 2021
The PyType_HasFeature() change has been reverted: the static inline
function access directly the PyTypeObject.tp_flags member.
(cherry picked from commit 99c7e98)

Co-authored-by: Victor Stinner <[email protected]>
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
The PyType_HasFeature() change has been reverted: the static inline
function access directly the PyTypeObject.tp_flags member.
remykarem pushed a commit to remykarem/cpython that referenced this pull request Jan 30, 2022
The PyType_HasFeature() change has been reverted: the static inline
function access directly the PyTypeObject.tp_flags member.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants