Skip to content

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

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

Merged
merged 1 commit into from
Oct 27, 2022

Conversation

ericsnowcurrently
Copy link
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