]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport checkin:
authorWalter Dörwald <walter@livinglogic.de>
Mon, 18 Aug 2003 18:34:09 +0000 (18:34 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 18 Aug 2003 18:34:09 +0000 (18:34 +0000)
commitafa2448b2ae035aab0898361ed89881aef9b80a1
tree92dce6dc2fcbd458f6ba670cbfef85b70856e895
parent1dafa9e6bcf677c628496f2e6260b6ac94792095
Backport checkin:

Fix a crash: when sq_item failed the code continued blindly and used the
NULL pointer. (Detected by Michael Hudson, patch provided by Neal Norwitz).

Fix refcounting leak in filtertuple().
Python/bltinmodule.c