]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Nov 2018 17:58:07 +0000 (09:58 -0800)
committerGitHub <noreply@github.com>
Tue, 27 Nov 2018 17:58:07 +0000 (09:58 -0800)
commit5ceb7018dc63fab96f81d05e62bbe704e9f10cb9
tree0cb8b6b5a3f6652b41b83003afa04a433f631385
parentd669154ee52048f98ac63ba177f3fd1cf62f0174
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)

Fix also return type for few other functions (clear, releasebuffer).
(cherry picked from commit d4f9cf5545d6d8844e0726552ef2e366f5cc3abd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
25 files changed:
Modules/_asynciomodule.c
Modules/_collectionsmodule.c
Modules/_csv.c
Modules/_ctypes/_ctypes.c
Modules/_cursesmodule.c
Modules/_io/bytesio.c
Modules/_pickle.c
Modules/_sqlite/connection.c
Modules/_sqlite/row.c
Modules/_sre.c
Modules/_testbuffer.c
Modules/_tkinter.c
Modules/cjkcodecs/multibytecodec.c
Modules/mmapmodule.c
Modules/selectmodule.c
Modules/xxsubtype.c
Objects/cellobject.c
Objects/descrobject.c
Objects/exceptions.c
Objects/frameobject.c
Objects/funcobject.c
Objects/genobject.c
Objects/memoryobject.c
Python/context.c
Python/traceback.c