]> granicus.if.org Git - python/commit
Fix reference leak noted in test_types:
authorMichael W. Hudson <mwh@python.net>
Thu, 14 Aug 2003 17:04:28 +0000 (17:04 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 14 Aug 2003 17:04:28 +0000 (17:04 +0000)
commitb4f49385a30d51c2c1a5ecc67c703b595c236efc
tree1dc930845bdac7ef52f891bb9c98adfb8cff3d38
parent7d599482f29ae45c27735b21fab3c7e8db20e87a
Fix reference leak noted in test_types:
Check for a[:] = a _before_ calling PySequence_Fast on a.
release23-maint candidate
Reference leak doesn't happen with head of release22-maint.
Objects/listobject.c