]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
And backport-2-3-4:
authorMichael W. Hudson <mwh@python.net>
Thu, 14 Aug 2003 17:25:59 +0000 (17:25 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 14 Aug 2003 17:25:59 +0000 (17:25 +0000)
commitd7d957187928456c542edd7a6b5451c3ff5641d8
tree2f26111a4b0bd8584103d23b305fc0b317e0ad12
parent6b778e597ec0e241c2485a781e07c2b7ad0ed9c6
And backport-2-3-4:
Fix reference leak noted in test_types:
Check for a[:] = a _before_ calling PySequence_Fast on a.
Objects/listobject.c