]> granicus.if.org Git - python/commit
Add a couple of decrefs to error paths.
authorMichael W. Hudson <mwh@python.net>
Mon, 11 Aug 2003 17:32:02 +0000 (17:32 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 11 Aug 2003 17:32:02 +0000 (17:32 +0000)
commit71665dc90d6bc79be710e2a6bea5dba417b2dcb3
treede0904f3123d8db9ff901a8add60f3d65b4c0832
parentb2f89ee71a494b3b1aaaeef42d2b43bcf50735cd
Add a couple of decrefs to error paths.

Now test_descr only appears to leak two references & I think this
are in fact illusory (it's to do with things getting resurrected in
__del__ methods & it's easy to be believe confusion occurs when that
happens <wink>).  Woohoo!
Objects/intobject.c