bpo-40170: Update What's New in Python 3.9 by vstinner · Pull Request #29470 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation3 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
The PyType_HasFeature() change has been reverted: the static inline function access directly the PyTypeObject.tp_flags member.
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
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 vstinner@python.org
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
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 vstinner@python.org
miss-islington added a commit that referenced this pull request
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 vstinner@python.org
vstinner added a commit that referenced this pull request
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 vstinner@python.org
remykarem pushed a commit to remykarem/cpython that referenced this pull request
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
The PyType_HasFeature() change has been reverted: the static inline function access directly the PyTypeObject.tp_flags member.