gh-143883: Add missing named parameters in public PyModExport C bindings#143884
gh-143883: Add missing named parameters in public PyModExport C bindings#143884encukou merged 6 commits intopython:mainfrom
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.
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.
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.