]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769...
authorOleg Iarygin <oleg@arhadthedev.net>
Tue, 19 Apr 2022 20:01:09 +0000 (23:01 +0300)
committerGitHub <noreply@github.com>
Tue, 19 Apr 2022 20:01:09 +0000 (13:01 -0700)
commite7e8a9fa4f7347bc82ea83ed82d447f447dfe325
tree303de54cf782a4998c80c9d5257712018fd55f7e
parenta885f10325eb2fc27cd50ace5614666ea688ab66
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91662)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit a573cb2fec664c645ab744658d7e941d72e1a398)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
17 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
Objects/unionobject.c