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-40024: Update xxxxmodule to use PyModule_AddType. #19119

Merged
merged 16 commits into from
Mar 24, 2020

Conversation

corona10
Copy link
Member

@corona10 corona10 commented Mar 23, 2020

@corona10 corona10 changed the title bpo-40024: Update xxxxmodule to use PyModule_AddType. [WIP] bpo-40024: Update xxxxmodule to use PyModule_AddType. Mar 24, 2020
@corona10 corona10 changed the title [WIP] bpo-40024: Update xxxxmodule to use PyModule_AddType. bpo-40024: Update xxxxmodule to use PyModule_AddType. Mar 24, 2020
@corona10 corona10 requested a review from pganssle March 24, 2020 03:56
@corona10
Copy link
Member Author

@vstinner @pganssle Please take a look :)

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weakref_exec() of Modules/_weakref.c would also benefit of PyModule_AddType().

@corona10
Copy link
Member Author

@vstinner Updated! Please take a look.

@corona10
Copy link
Member Author

@vstinner Updated!

@vstinner vstinner merged commit 37fcbb6 into python:master Mar 24, 2020
@vstinner
Copy link
Member

Thanks @corona10, I merged your PR.

@corona10 corona10 deleted the bpo-40024-part2 branch March 28, 2020 15:50
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.

6 participants