]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769...
authorOleg Iarygin <oleg@arhadthedev.net>
Tue, 19 Apr 2022 19:58:34 +0000 (22:58 +0300)
committerGitHub <noreply@github.com>
Tue, 19 Apr 2022 19:58:34 +0000 (12:58 -0700)
commit312e16fb7be927521b453f427a28535f772a771c
tree53df6d613723dffa010efd678ee7f8310e8d558c
parentcb3c85d40d2dfc1d518ebd7afd3d82819e38a390
[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91664)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit a573cb2fec664c645ab744658d7e941d72e1a398)
16 files changed:
Doc/c-api/typeobj.rst
Doc/extending/newtypes_tutorial.rst
Doc/includes/custom.c
Doc/includes/custom2.c
Doc/includes/custom3.c
Doc/includes/custom4.c
Doc/includes/sublist.c
Misc/NEWS.d/next/Core and Builtins/2022-03-08-21-59-57.bpo-46962.UomDfz.rst [new file with mode: 0644]
Misc/NEWS.d/next/Documentation/2022-03-08-22-10-38.bpo-46962.FIVe9I.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_testcapimodule.c
Objects/genericaliasobject.c
Objects/picklebufobject.c