]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20440: Cleaning up the code by using Py_SETREF.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Jan 2016 19:27:54 +0000 (21:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Jan 2016 19:27:54 +0000 (21:27 +0200)
commit576f132b986b5ee60e4b84d34a519a5edcd8c03e
treef048292ddc0b5c3d6a5afc50dc2cd4b28372c655
parentdcf76c9d0ab11f77eaa856ff0583c5c636ddb47d
Issue #20440: Cleaning up the code by using Py_SETREF.
14 files changed:
Modules/_datetimemodule.c
Modules/_elementtree.c
Modules/_lsprof.c
Modules/_pickle.c
Modules/readline.c
Objects/exceptions.c
Objects/frameobject.c
Objects/funcobject.c
Objects/genobject.c
Objects/object.c
Objects/typeobject.c
Python/import.c
Python/peephole.c
Python/sysmodule.c