0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Doc/extending
Brandt Bucher 224b8aaa7e bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
* 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
2019-09-12 13:11:20 +01:00
..
building.rst
embedding.rst
extending.rst bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 2019-09-12 13:11:20 +01:00
index.rst
newtypes_tutorial.rst bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 2019-09-12 13:11:20 +01:00
newtypes.rst
windows.rst