]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix refleak: decref inputobj after extracting the relavant info (the object
authorWalter Dörwald <walter@livinglogic.de>
Fri, 10 Aug 2007 10:11:43 +0000 (10:11 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 10 Aug 2007 10:11:43 +0000 (10:11 +0000)
commit36f938fbdf66e414c8e0c743246dc306c6b9c452
treef47e0b2ef378c666592854c6d2f90fcf7f168d88
parentcccc58d993a885aea726c55990b587d57ca1ed2d
Fix refleak: decref inputobj after extracting the relavant info (the object
won't go away, as the exception object holds another reference).
Objects/unicodeobject.c