commit | b4f49385a30d51c2c1a5ecc67c703b595c236efc | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Thu Aug 14 17:04:28 2003 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Thu Aug 14 17:04:28 2003 +0000 |
tree | 1dc930845bdac7ef52f891bb9c98adfb8cff3d38 | |
parent | 7d599482f29ae45c27735b21fab3c7e8db20e87a [diff] |
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.