]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20440: More use of Py_SETREF.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 27 Dec 2015 13:41:34 +0000 (15:41 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 27 Dec 2015 13:41:34 +0000 (15:41 +0200)
commit191321d11bc7e064e1a07830a43fa600de310e1b
tree083b269838ac1e7dbea54ead1a4b79e99dbf4891
parent4a1e70fc31d224786a32f950edaf73c8ea9c194d
Issue #20440: More use of Py_SETREF.
This patch is manually crafted and contains changes that couldn't be handled
automatically.
Modules/_ctypes/_ctypes.c
Modules/_elementtree.c
Modules/_sqlite/cursor.c
Modules/zlibmodule.c
Objects/exceptions.c
Objects/unicodeobject.c
Python/errors.c