]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-10746) (GH-10749)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Nov 2018 18:38:36 +0000 (20:38 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Nov 2018 18:38:36 +0000 (20:38 +0200)
commit29d2f3c47280f05795c9d4d70f4018cb1488f0ab
tree9722abaf1a77d81213705efc881096be7647dae0
parent54fa83e0a3f3b077763cb50705d7a7dbe4a40a4a
[3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-10746) (GH-10749)

Fix also return type for few other functions (clear, releasebuffer).
(cherry picked from commit d4f9cf5545d6d8844e0726552ef2e366f5cc3abd)
23 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/descrobject.c
Objects/exceptions.c
Objects/frameobject.c
Objects/funcobject.c
Objects/genobject.c
Objects/memoryobject.c
Python/traceback.c