Skip to content

gh-98627: Use a Switch in PyModule_FromDefAndSpec2()#98734

Merged
ericsnowcurrently merged 1 commit intopython:mainfrom
ericsnowcurrently:module-def-switch
Oct 27, 2022
Merged

gh-98627: Use a Switch in PyModule_FromDefAndSpec2()#98734
ericsnowcurrently merged 1 commit intopython:mainfrom
ericsnowcurrently:module-def-switch

Conversation

@ericsnowcurrently
Copy link
Copy Markdown
Member

@ericsnowcurrently ericsnowcurrently commented Oct 26, 2022

This helps simplify some changes in follow-up PRs. It also matches what we're doing in PyModule_ExecDef().

@ericsnowcurrently ericsnowcurrently merged commit 731909e into python:main Oct 27, 2022
@ericsnowcurrently ericsnowcurrently deleted the module-def-switch branch October 27, 2022 03:20
gvanrossum pushed a commit to gvanrossum/cpython that referenced this pull request Oct 28, 2022
…98734)

This helps simplify some changes in follow-up PRs.  It also matches what we're doing in PyModule_ExecDef().
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.

2 participants