]> granicus.if.org Git - python/commit
Fix refcount leak in the UnicodeError constructor:
authorWalter Dörwald <walter@livinglogic.de>
Thu, 14 Aug 2003 20:59:07 +0000 (20:59 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 14 Aug 2003 20:59:07 +0000 (20:59 +0000)
commite98147a8e553a7b653cd2154403f914c1589857e
treef0e0babb910a8947a3876808c808cc8bb7ff7bc0
parent689735562d45a2c384fbe48069098a4459111fea
Fix refcount leak in the UnicodeError constructor:
When parsing the constructor arguments failed, a
reference to the argument tuple was leaked.
Python/exceptions.c