]> granicus.if.org Git - python/commit
Repair refcounting on error return from type_set_bases.
authorMichael W. Hudson <mwh@python.net>
Thu, 7 Aug 2003 14:58:10 +0000 (14:58 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 7 Aug 2003 14:58:10 +0000 (14:58 +0000)
commite723e453a1f11f4865f25d93d3cf20280d9f831a
treeca1ffcac4e71addc3e0cab18a108d1964da51180
parentbb18f620ad11c0536c36df54ee86fc21fd05f9ec
Repair refcounting on error return from type_set_bases.

Include a test case that failed for one of my efforts to repair this.
Lib/test/test_descr.py
Objects/typeobject.c