]> granicus.if.org Git - python/commit
Fix SF bug [ 808594 ] leak on lambda with duplicate arguments error.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 22 Sep 2003 04:26:44 +0000 (04:26 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 22 Sep 2003 04:26:44 +0000 (04:26 +0000)
commit9832613beba817aa3d6abfde85eba40a9173fcdc
treea0ecfda52bfb02222a9abead3cef0dd42d6b2519
parent125188cabf9e7fb9b8c1fccd93dacedd4862a28d
Fix SF bug [ 808594 ] leak on lambda with duplicate arguments error.

Refactor code so that one helper routine sets error location and
increments st_errors.

Bug fix candidate.
Python/compile.c