]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Probably should have merged the two checkins to this file (oh well).
authorMichael W. Hudson <mwh@python.net>
Mon, 11 Mar 2002 10:12:58 +0000 (10:12 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 11 Mar 2002 10:12:58 +0000 (10:12 +0000)
commit43efb9a1afe553b6c215fbad6225474ef924c4bc
tree781372101f04ffc0b36f34dd5998c645319251ad
parent244ca00bf084d17d8d1364458cfcd8b4ece4837e
Probably should have merged the two checkins to this file (oh well).

backport jhylton's checkin of
    revision 2.98 of abstract.c

Fix leak of NotImplemented in previous checkin to PyNumber_Add().

If result == Py_NotImplemented, always DECREF it before assigning a
new value to result.
Objects/abstract.c