]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes
authorRaymond Hettinger <python@rcn.com>
Wed, 1 Sep 2004 07:02:44 +0000 (07:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 1 Sep 2004 07:02:44 +0000 (07:02 +0000)
commit75ccea3777f77f001102493170490874166eb3b2
tree31c6cc1fc38e8928475d7dd3a04fe3e3d0b0a33c
parent410eb84a5d4e582491701d63d154959c05a457f4
SF patch #1020188:  Use Py_CLEAR where necessary to avoid crashes
(Contributed by Dima Dorfman)
Include/object.h
Modules/itertoolsmodule.c
Objects/enumobject.c
Objects/genobject.c
Objects/iterobject.c