-
-
Notifications
You must be signed in to change notification settings - Fork 34k
gh-143883: Add missing named parameters in public PyModExport C bindings #143884
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
Conversation
|
ping @encukou since you wrote this code originally |
|
Looks like unrelated CI issues are causing the failures |
|
Thanks for the catch! (Failures are indeed unrelated: Ubuntu was down) |
|
I did some minor wording tweaks in the docs to adapt to the name changes, let me know if you have suggestions there. |
206a030 to
24cd41a
Compare
24cd41a to
9e93f02
Compare
|
Hi! Sorry, I wasn't clear above. If the argument names matter, it'd be better to avoid abbrevs: |
vstinner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I also prefer to use the name "module" instead of "mod".
|
Quick note: |
I modified locally test_cppext to test C++20. I confirm that the usage of the |
encukou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-reading this, “the module module“ is repetitive. Sorry for not catching this earlier.
I'll merge after I check the rendered docs for this.
|
We've been declaring a |
See the linked issue for details.