]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-42083: Allow NULL doc in PyStructSequence_NewType (#25896)
authorPetr Viktorin <encukou@gmail.com>
Tue, 4 May 2021 14:07:13 +0000 (16:07 +0200)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 14:07:13 +0000 (16:07 +0200)
commitec18362f6a7fdc02f9f982872fc1006bca31627d
tree5c9739d4a9706fb0ff5718d5743930cc8e7e05ed
parent4b90c8f17603e7ab4e4568cc8b9d5de4f8099973
[3.9] bpo-42083: Allow NULL doc in PyStructSequence_NewType (#25896)

(cherry picked from commit 2f5baa17504feb9a7613bac32fdceed4894434de)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Misc/NEWS.d/next/C API/2021-05-04-15-13-31.bpo-42083.ekXnbR.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/structseq.c