Skip to content

bpo-40024: Update xxxxmodule to use PyModule_AddType. - #19119

Merged
vstinner merged 16 commits into
python:masterfrom
corona10:bpo-40024-part2
Mar 24, 2020
Merged

bpo-40024: Update xxxxmodule to use PyModule_AddType.#19119
vstinner merged 16 commits into
python:masterfrom
corona10:bpo-40024-part2

Conversation

@corona10

@corona10corona10 commented Mar 23, 2020

Copy link
Copy Markdown
Member

Comment threadModules/_datetimemodule.c Outdated
Comment threadModules/_datetimemodule.c Outdated
@corona10corona10 changed the title bpo-40024: Update xxxxmodule to use PyModule_AddType.[WIP] bpo-40024: Update xxxxmodule to use PyModule_AddType.Mar 24, 2020
@corona10corona10 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 pganssleMarch 24, 2020 03:56
@corona10

Copy link
Copy Markdown
MemberAuthor

@vstinner@pganssle Please take a look :)

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

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().

Comment threadModules/_io/_iomodule.c Outdated
Comment threadModules/_asynciomodule.c Outdated
Comment threadModules/_cursesmodule.c Outdated
@corona10

Copy link
Copy Markdown
MemberAuthor

@vstinner Updated! Please take a look.

@corona10

Copy link
Copy Markdown
MemberAuthor

@vstinner Updated!

@vstinner

Copy link
Copy Markdown
Member

Thanks @corona10, I merged your PR.

@corona10
corona10 deleted the bpo-40024-part2 branch March 28, 2020 15:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@corona10@vstinner@dimaqq@pganssle@the-knights-who-say-ni@bedevere-bot