]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport Jeremy's checkin 2.198:
authorThomas Wouters <thomas@python.org>
Wed, 23 May 2001 12:11:35 +0000 (12:11 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 23 May 2001 12:11:35 +0000 (12:11 +0000)
commitf7844d0623b050a01127649529d2022e5603c112
tree57efef3d11539a5660f714e192083bca6f65171e
parent50d9fb227b714c1ee412bf23017d74b2838268cc
Backport Jeremy's checkin 2.198:

Fix 2.1 nested scopes crash reported by Evan Simpson

The new test case demonstrates the bug.  Be more careful in
symtable_resolve_free() to add a var to cells or frees only if it
won't be added under some other rule.

XXX Add new assertion that will catch this bug.
Python/compile.c