]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Nov 2018 18:51:07 +0000 (10:51 -0800)
committerGitHub <noreply@github.com>
Tue, 27 Nov 2018 18:51:07 +0000 (10:51 -0800)
commitd5c8bd8e4cc04873254f0bd38895a6479c23c8aa
treed849aa3450bdad793dda2ab876a91c39e54a2b52
parent29d2f3c47280f05795c9d4d70f4018cb1488f0ab
bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748)

(cherry picked from commit 81524022d0c0df7a41f9b2b2df41e2ebe140e610)
(cherry picked from commit ad8ac54aa3d2323bdb5feb5e858a922840358187)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Modules/_collectionsmodule.c
Modules/_cursesmodule.c
Modules/_testcapimodule.c
Objects/odictobject.c