]> granicus.if.org Git - python/commit
Issue #20440: Massive replacing unsafe attribute setting code with special
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Dec 2015 08:39:57 +0000 (10:39 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Dec 2015 08:39:57 +0000 (10:39 +0200)
commitf0069403518243e37da0aaaa1148d9dfee1adebd
treec6fc0eb9f3dc2b917e2f998cb25e59248453d49d
parent2bd58e39918d83c639366c69a4da247238f8183f
parent5a57ade58ec5bee85db41b8ce1340ff077781b65
Issue #20440: Massive replacing unsafe attribute setting code with special
macro Py_SETREF.
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_sre.c
Modules/itertoolsmodule.c
Objects/bytesobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Parser/tokenizer.c
Python/ceval.c
Python/compile.c