Skip to content
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

bpo-45459: C API uses type names rather than structure names #31528

Merged
merged 1 commit into from Feb 24, 2022

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Feb 23, 2022

Thanks to the new pytypedefs.h, it becomes to use type names like
PyObject rather like structure names like "struct _object".
@vstinner vstinner merged commit 042f31d into python:main Feb 24, 2022
11 checks passed
@vstinner
Copy link
Member Author

@vstinner vstinner commented Feb 24, 2022

@methane: Oh thanks for the review :-) I wasn't sure if this change was worth it. It's now merged!

@vstinner vstinner deleted the rename_struct branch Feb 24, 2022
asvetlov pushed a commit that referenced this issue Feb 26, 2022
Thanks to the new pytypedefs.h, it becomes to use type names like
PyObject rather like structure names like "struct _object".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants