Skip to content

bpo-40170: Convert PyDescr_IsData macro to C function#24535

Merged
vstinner merged 5 commits intopython:masterfrom
erlend-aasland:bpo-40170/PyDescr_IsData
Feb 16, 2021
Merged

bpo-40170: Convert PyDescr_IsData macro to C function#24535
vstinner merged 5 commits intopython:masterfrom
erlend-aasland:bpo-40170/PyDescr_IsData

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Feb 15, 2021

The macro accessed the PyTypeObject.tp_descr_set member.
Reimplemented as a C function to hide implementation details.

https://bugs.python.org/issue40170

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants