]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Apr 2016 15:05:40 +0000 (18:05 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Apr 2016 15:05:40 +0000 (18:05 +0300)
commit57a01d3a0ee20ee9eea69b658c6bac0f39541625
treecdeb89c231bbf902b59832b1b1f6dbe9a775292e
parente0805cf10ea84b44a13ad5649267edba7cb83ee9
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
in places where Py_DECREF was used.
20 files changed:
Include/object.h
Modules/_ctypes/_ctypes.c
Modules/_curses_panel.c
Modules/_elementtree.c
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sre.c
Modules/_ssl.c
Modules/itertoolsmodule.c
Modules/signalmodule.c
Modules/zipimport.c
Modules/zlibmodule.c
Objects/bytesobject.c
Objects/funcobject.c
Objects/rangeobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Python/_warnings.c
Python/ceval.c
Python/errors.c