Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-42327: Add PyModule_Add() (smaller). #23443

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 12 commits into from
Jul 18, 2023
Merged
Prev Previous commit
Next Next commit
Address the last unresolved review comment.
  • Loading branch information
serhiy-storchaka committed Jul 13, 2023
commit 9dc8caccf8365d0b55f5a261534f0c20b72b1352
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add :func:`PyModule_AddNew` function.
Add :func:`PyModule_AddNew` function: similar to :c:func:`PyModule_AddObjectRef` and :c:func:`PyModule_AddObject`, but always steals a reference to the value.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.