cpython/Doc/includes
Miss Islington (bot) 535863e3f5
bpo-26868: Fix example usage of PyModule_AddObject. (GH-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
(cherry picked from commit 224b8aaa7e)

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
2019-09-12 05:26:46 -07:00
..
sqlite3 bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) 2019-05-20 00:52:20 +03:00
custom.c bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) 2019-09-12 05:26:46 -07:00
custom2.c bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) 2019-09-12 05:26:46 -07:00
custom3.c bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) 2019-09-12 05:26:46 -07:00
custom4.c bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) 2019-09-12 05:26:46 -07:00
dbpickle.py
email-alternative.py
email-dir.py
email-headers.py
email-mime.py bpo-36261: Improve example of the preamble field in email docs (GH-14751) 2019-07-14 00:53:15 -07:00
email-read-alternative.py
email-simple.py
email-unpack.py
minidom-example.py
mp_newtype.py
mp_pool.py
mp_workers.py
run-func.c Doc: define PY_SSIZE_T_CLEAN always (GH-12794) 2019-04-13 10:46:21 +09:00
setup.py
sublist.c bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) 2019-09-12 05:26:46 -07:00
test.py
turtle-star.py
typestruct.h bpo-36974: document PEP 590 (GH-13450) 2019-06-03 01:43:13 +02:00
tzinfo_examples.py Removed unused import from tzinfo_examples.py. (GH-7994) 2018-07-04 21:47:37 -07:00