]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix memory leak with SyntaxError. (The DECREF was originally hidden
authorGuido van Rossum <guido@python.org>
Fri, 23 Mar 2001 04:01:07 +0000 (04:01 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 Mar 2001 04:01:07 +0000 (04:01 +0000)
commit4131830c23727aac262291934007c0b731b6e00c
tree617b4ae16cd6a0553ce1130dfedd02fe8ac6f9df
parentac1abe0bfe52acf7249807f79d57134e599d3cb0
Fix memory leak with SyntaxError.  (The DECREF was originally hidden
inside a piece of code that was deemed reduntant; the DECREF was
unfortunately *not* redundant!)
Python/pythonrun.c