Skip to content

[3.8] bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) #16037

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
Sep 12, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 12, 2019

(cherry picked from commit 224b8aa)

Co-authored-by: Brandt Bucher brandtbucher@gmail.com

https://bugs.python.org/issue26868

Automerge-Triggered-By: @matrixise

* Add a note to the PyModule_AddObject docs.

* Correct example usages of PyModule_AddObject.

* Whitespace.

* Clean up wording.

* 📜🤖 Added by blurb_it.

* First code review.

* Add < 0 in the tests with PyModule_AddObject
(cherry picked from commit 224b8aa)

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
@miss-islington
Copy link
Contributor Author

@brandtbucher and @matrixise: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 535863e into python:3.8 Sep 12, 2019
@miss-islington miss-islington deleted the backport-224b8aa-3.8 branch September 12, 2019 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants