bpo-39573: Use Py_TYPE() macro in Python and Include directories by vstinner · Pull Request #18391 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-39573: Use Py_TYPE() macro in Python and Include directories#18391
vstinner merged 1 commit intopython:masterfrom
vstinner:py_type_python
bpo-39573: Use Py_TYPE() macro in Python and Include directories#18391
vstinner merged 1 commit intopython:masterfrom
vstinner:py_type_python
Conversation
Copy link
Member
Replace direct access to PyObject.ob_type with Py_TYPE().
Replace direct access to PyObject.ob_type with Py_TYPE().
vstinner
added
the
skip news
label
vstinner
requested a review
from tiran
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
merged commit
a102ed7
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
py_type_python
branch
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment