]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Nov 2018 18:27:47 +0000 (20:27 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Nov 2018 18:27:47 +0000 (20:27 +0200)
commitad8ac54aa3d2323bdb5feb5e858a922840358187
tree256dc810f82acbb238eeaa074f2799233b04d44e
parent5ceb7018dc63fab96f81d05e62bbe704e9f10cb9
bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748)

(cherry picked from commit 81524022d0c0df7a41f9b2b2df41e2ebe140e610)
Modules/_collectionsmodule.c
Modules/_cursesmodule.c
Modules/_testcapimodule.c
Objects/odictobject.c