]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Kill all local variables on function return. This closes a gigantic
authorGuido van Rossum <guido@python.org>
Tue, 21 Jan 1997 21:18:36 +0000 (21:18 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 Jan 1997 21:18:36 +0000 (21:18 +0000)
commita4240132ec0d59b5798453b4b09aff1a2840c240
tree56e469f5d94afe7d343df9ea5a0706704a5b4f1b
parenta04d47b319bfd6fb094d5991624550cf8d6bb30f
Kill all local variables on function return.  This closes a gigantic
leak of memory and file descriptors (thanks for Roj for reporting
that!).  Alas, the speed goes down by 5%. :-(
Python/ceval.c