]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
authorOleg Iarygin <oleg@arhadthedev.net>
Mon, 18 Apr 2022 03:39:32 +0000 (06:39 +0300)
committerGitHub <noreply@github.com>
Mon, 18 Apr 2022 03:39:32 +0000 (20:39 -0700)
commita573cb2fec664c645ab744658d7e941d72e1a398
treea44303e326da2ea7406397c6640cf0d51ab3eb43
parent328dbc051f84bd5fdf61101bb4fa61d85f8b7feb
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
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