commit | a4240132ec0d59b5798453b4b09aff1a2840c240 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jan 21 21:18:36 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jan 21 21:18:36 1997 +0000 |
tree | 56e469f5d94afe7d343df9ea5a0706704a5b4f1b | |
parent | a04d47b319bfd6fb094d5991624550cf8d6bb30f [diff] |
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%. :-(