]> granicus.if.org Git - python/commit
Plug a memory leak in com_import_stmt(): the tuple created to hold the
authorGuido van Rossum <guido@python.org>
Mon, 27 Nov 2000 22:22:36 +0000 (22:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 Nov 2000 22:22:36 +0000 (22:22 +0000)
commit83fb073a0307e5585cc99fce52c169c0fa8562f4
treef4a81234170814563234d1d9adb2137fff4fb8cc
parentf8baad0f1759a5b26b050636fd327e874e17c5a0
Plug a memory leak in com_import_stmt(): the tuple created to hold the
"..." in "from M import ..." was never DECREFed.  Leak reported by
James Slaughter and nailed by Barry, who also provided an earlier
version of this patch.
Python/compile.c