]> granicus.if.org Git - python/commit
Fix the final two issues in Armin Rigo's SF bug #488477: apply_slice()
authorGuido van Rossum <guido@python.org>
Mon, 3 Dec 2001 19:45:06 +0000 (19:45 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Dec 2001 19:45:06 +0000 (19:45 +0000)
commit354797ccade3c7fa463c415e3d90fad907e4be5d
tree4d9f27f2cb27bc33fb19dd9749eb8c42c66dc743
parentbb8f59a37148eb81ef1a1a26a6fb6e1e03583d12
Fix the final two issues in Armin Rigo's SF bug #488477: apply_slice()
and assign_slice() weren't properly DECREF'ing the temporary slice
object they created.  (Shame on me. :-)
Python/ceval.c